Skip to content

Instantly share code, notes, and snippets.

@developerdino
Created September 23, 2015 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save developerdino/79ca55f94f27eac73a01 to your computer and use it in GitHub Desktop.
Save developerdino/79ca55f94f27eac73a01 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