Created
May 31, 2012 02:57
-
-
Save joncode/2840663 to your computer and use it in GitHub Desktop.
clone repo into different repo
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
| make new repo on github w/ rails .gitignore | |
| clone new repo to computer | |
| in the terminal in your local repo | |
| - git pull git@github.com:joncode/template1.git | |
| or | |
| - git merge git@github.com:joncode/template1 | |
| - git pull git@github.com:joncode/template1.git | |
| bundle install | |
| rake db:migrate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment