Skip to content

Instantly share code, notes, and snippets.

@Tasha25
Created November 13, 2013 13:52
Show Gist options
  • Save Tasha25/7449453 to your computer and use it in GitHub Desktop.
Save Tasha25/7449453 to your computer and use it in GitHub Desktop.
Steps to pulling a git file
Example of Git Cloning
mkdir Projects
cd Projects
git clone git@github.com:ml242/courtPO.git
cd courtPO
cd courtPO //just in case it is two files deep
bundle install // You need to install any gems
rake db:create //create database
rake db:migrate // migrate any models
rake db:seed //populate database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment