Skip to content

Instantly share code, notes, and snippets.

@twilson63
Created January 28, 2009 14:45
Show Gist options
  • Save twilson63/53972 to your computer and use it in GitHub Desktop.
Save twilson63/53972 to your computer and use it in GitHub Desktop.
### Checking in your Changes to Git
git add .
git commit -a -m "Your Message Here"
### Make sure to pull down the latest changes
git pull origin master
### Manage any conflicts that may have occurred.
### Verify your code functions properly run a db:migrate if data changes were involved
## Lastly
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment