Skip to content

Instantly share code, notes, and snippets.

@raftaar1191
Forked from DevinWalker/Beanstalk_to_GitHub
Created July 22, 2019 08:16
Show Gist options
  • Save raftaar1191/66b1a7395da603b36a5c8c8d0bf0f752 to your computer and use it in GitHub Desktop.
Save raftaar1191/66b1a7395da603b36a5c8c8d0bf0f752 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