A growing collection of resources focusing on Ruby on Rails and aspects thereof split into various categories.
I will do my best to maintain this repository. Feel free to add anything you have found helpful or update exisiting info.
- Shortcuts and commands that will help navigate and streamline working on the command line
- Shortcuts and commands that will help prevent the dreaded git fire
- Including all commands for:
- configuration
- initiating git
- adding
- committing
- stashing
- commit history
- logging
- branches
- branch
- checkout
- tag
- updating and publishing
- remote
- fetch
- pull
- push
- merge and rebase
- reset
Source
Commands for listing/accessing/updating/cleaning gems
- Fork repo (https://github.com/tylertomlinson/crucial_resources)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -m 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new pull request