Skip to content

Instantly share code, notes, and snippets.

@DevinWalker
Created October 9, 2015 17:19
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save DevinWalker/60a7e0d0bb2d15a3f920 to your computer and use it in GitHub Desktop.
Save DevinWalker/60a7e0d0bb2d15a3f920 to your computer and use it in GitHub Desktop.
Move Git Repository from Beanstalk to GitHub with full repository history
#Example moving the DPSG Global Library
# 1 Checkout the Beanstalk Repo
git clone --bare git@codeandtheory.beanstalkapp.com:/dpsg-global-library.git
# 2 Push into your desired GitHub repo. (Please note that you must create the github repo prior to this step)
git push --mirror git@github.com:codeandtheory/dpsg-global-library.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment