Click to expand
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 but if you spot bad linting or a resource which isn't complete/listed, please, feel free to contribute.
- 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
- Fork repo (https://github.com/tylertomlinson/crucial_code_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