Created
September 23, 2015 01:59
-
-
Save developerdino/79ca55f94f27eac73a01 to your computer and use it in GitHub Desktop.
Move Git Repository from Beanstalk to GitHub with full repository history
This file contains hidden or 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