-
Notifications
You must be signed in to change notification settings - Fork 78
/
cmds-ancillaryinterrogators.txt
51 lines (34 loc) · 1.26 KB
/
cmds-ancillaryinterrogators.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
linkgit:git-annotate[1]::
Annotate file lines with commit information.
linkgit:git-blame[1]::
Show what revision and author last modified each line of a file.
linkgit:git-bugreport[1]::
Collect information for user to file a bug report.
linkgit:git-count-objects[1]::
Count unpacked number of objects and their disk consumption.
linkgit:git-diagnose[1]::
Generate a zip archive of diagnostic information.
linkgit:git-difftool[1]::
Show changes using common diff tools.
linkgit:git-fsck[1]::
Verifies the connectivity and validity of the objects in the database.
linkgit:git-help[1]::
Display help information about Git.
linkgit:git-instaweb[1]::
Instantly browse your working repository in gitweb.
linkgit:git-merge-tree[1]::
Perform merge without touching index or working tree.
linkgit:git-rerere[1]::
Reuse recorded resolution of conflicted merges.
linkgit:git-show-branch[1]::
Show branches and their commits.
linkgit:git-verify-commit[1]::
Check the GPG signature of commits.
linkgit:git-verify-tag[1]::
Check the GPG signature of tags.
linkgit:git-version[1]::
Display version information about Git.
linkgit:git-whatchanged[1]::
Show logs with differences each commit introduces.
linkgit:gitweb[1]::
Git web interface (web frontend to Git repositories).