Git Reference cheatsheet
View Cheatsheet
About Git
Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.
The Git User’s Manual has a more in-depth introduction.
After you mastered the basic concepts, you can come back to this page to learn what commands Git offers. You can learn more about individual Git commands with “git help command”. The gitcli manual page gives you an overview of the command-line command syntax.
A formatted and hyperlinked copy of the latest Git documentation can be viewed at https://git.github.io/htmldocs/git.html.
Git Setup and Config
Getting and Creating Projects
Basic Snapshotting
- add
- status
- diff
- commit
- reset
- rm
- mv
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
Guides
Email
External Systems
Administration
Server Admin
Plumbing Commands