This repo provide sample scripts that illustrate how you can use some of the git commands to accomplish common scenario when using a git repo. Each command is shown in its own topic. Each topic is self sufficent that you can run the script to accomplish the learning objective (unless a prerequisite is specified otherwise).
The objective of me publishing this repo is
- Serve as a git cheat sheet.
- Provide a quick easy and self sufficient way to run through a series of steps to understand how a command can be used and what can be accomplished.
- Help others like myself to get more profficient with using git.
Git Internals - Git Objects
Commits are snapshots, not diffs
A Visual Git Reference
Git Reference
Generate gitignore for IDE: https://gitignore.io
As I learn more, I will continue to update this repo with more samples. Contribution is welcome. You can fork this repo and raise PR.
If you are interested to contribute and like to know how to contribute, I recommend to read the this blog post Step-by-step guide to contributing on GitHub