Skip to content

Rajeshcn02/GitBlit-To-Github-Migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Migration from GitBlit to Github

  1. Generate SSH key
  2. Copy and paste the generated SSH key (Public) in Gitblit and Github Enterprise cloud
  3. Copy GitBlit Repository URL image_1
  4. open git Bash and then enter the command $ git clone --bare GitBlit_Repo_URL image_2
  5. list the repos $ ls
    image_3
  6. Change the directory $ cd Directory_Name
    image_4
  7. Create New repository in Github image_5 image_6
  8. Copy newly created repo URL
  9. push cloned repository to GitHub Cloud / server $ git push –mirror GitHub_Cloud_URL image_7
  10. verify the migrated code image_8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published