Skip to content

Instantly share code, notes, and snippets.

@joncode
Created May 31, 2012 02:57
Show Gist options
  • Select an option

  • Save joncode/2840663 to your computer and use it in GitHub Desktop.

Select an option

Save joncode/2840663 to your computer and use it in GitHub Desktop.
clone repo into different repo
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