Git Reference
Introdiction
1.
Reference
2.
Setup and Config
2.1.
config
2.2.
help
3.
Getting and Creating Projects
3.1.
init
3.2.
clone
4.
Basic Snapshotting
4.1.
add
4.2.
status
4.3.
diff
4.4.
commit
4.5.
reset
4.6.
rm
4.7.
mv
5.
Branching and Merging
5.1.
branch
5.2.
checkout
5.3.
merge
5.4.
mergetool
5.5.
log
5.6.
stash
5.7.
tag
6.
Sharing and Updating Projects
6.1.
fetch
6.2.
pull
6.3.
push
6.4.
remote
6.5.
submodule
7.
Inspection and Comparison
7.1.
show
7.2.
log
7.3.
diff
7.4.
shortlog
7.5.
describe
8.
Patching
8.1.
apply
8.2.
cherry-pick
8.3.
diff
8.4.
rebase
8.5.
revert
9.
Debugging
9.1.
bisect
9.2.
blame
9.3.
grep
10.
Email
10.1.
am
10.2.
apply
10.3.
format-patch
10.4.
send-email
10.5.
request-pull
11.
External Systems
11.1.
svn
11.2.
fast-import
12.
Administration
12.1.
clean
12.2.
gc
12.3.
fsck
12.4.
reflog
12.5.
filter-branch
12.6.
instaweb
12.7.
archive
12.8.
bundle
13.
Server Admin
13.1.
daemon
13.2.
update-server-info
14.
Plumbing Commands
14.1.
cat-file
14.2.
commit-tree
14.3.
count-objects
14.4.
diff-index
14.5.
for-each-ref
14.6.
hash-object
14.7.
ls-files
14.8.
merge-base
14.9.
read-tree
14.10.
rev-list
14.11.
rev-parse
14.12.
show-ref
14.13.
symbolic-ref
14.14.
update-index
14.15.
update-ref
14.16.
verify-pack
14.17.
write-tree
Powered by
GitBook
Git Reference
Reference
Quick reference guides:
GitHub Cheat Sheet
(PDF) |
Visual Git Cheat Sheet
(SVG | PNG)
Setup and Config
config
help
Getting and Creating Projects
init
clone
Basic Snapshotting
add
status
diff
commit
reset
rm
mv
Branching and Merging
branch
checkout
merge
mergetool
log
stash
tag
Sharing and Updating Projects
fetch
pull
push
remote
submodule
Inspection and Comparison
show
log
diff
shortlog
describe
Patching
apply
cherry-pick
diff
rebase
revert
Debugging
bisect
blame
grep
Email
am
apply
format-patch
send-email
request-pull
External Systems
svn
fast-import
Administration
clean
gc
fsck
reflog
filter-branch
instaweb
archive
bundle
Server Admin
daemon
update-server-info
Plumbing Commands
cat-file
commit-tree
count-objects
diff-index
for-each-ref
hash-object
ls-files
merge-base
read-tree
rev-list
rev-parse
show-ref
symbolic-ref
update-index
update-ref
verify-pack
write-tree