Created
October 9, 2015 17:19
-
-
Save DevinWalker/60a7e0d0bb2d15a3f920 to your computer and use it in GitHub Desktop.
Move Git Repository from Beanstalk to GitHub with full repository history
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Example moving the DPSG Global Library | |
# 1 Checkout the Beanstalk Repo | |
git clone --bare [email protected]:/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 [email protected]:codeandtheory/dpsg-global-library.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment