Git Quick Reference
Reference
Recipies
About
§
Site Source
Getting and Creating Projects
Starting or copying a Git repository
init
clone
Basic Snapshotting
Saving your work
add
status
diff
commit
rm, mv
reset
Branching and Merging
Working in contexts
branch
merge
checkout
log
Sharing and Updating Projects
Using Git to work with others
fetch, pull
push
Inspection and Comparison
Seeing what happened in your project
log
diff
Fixing and Changing History
Cleaning changes up and moving them around
rebase
revert
checkout
cherry-pick
{{ content }}