summaryrefslogtreecommitdiffstats
path: root/cmds-ancillaryinterrogators.txt
blob: 6248bccbd5754ce425730eba59cb760de66ef06b (plain)
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
51
linkgit:git-annotate[git]::
	Annotate file lines with commit information.

linkgit:git-blame[git]::
	Show what revision and author last modified each line of a file.

linkgit:git-bugreport[git]::
	Collect information for user to file a bug report.

linkgit:git-count-objects[git]::
	Count unpacked number of objects and their disk consumption.

linkgit:git-diagnose[git]::
	Generate a zip archive of diagnostic information.

linkgit:git-difftool[git]::
	Show changes using common diff tools.

linkgit:git-fsck[git]::
	Verifies the connectivity and validity of the objects in the database.

linkgit:git-help[git]::
	Display help information about Git.

linkgit:git-instaweb[git]::
	Instantly browse your working repository in gitweb.

linkgit:git-merge-tree[git]::
	Perform merge without touching index or working tree.

linkgit:git-rerere[git]::
	Reuse recorded resolution of conflicted merges.

linkgit:git-show-branch[git]::
	Show branches and their commits.

linkgit:git-verify-commit[git]::
	Check the GPG signature of commits.

linkgit:git-verify-tag[git]::
	Check the GPG signature of tags.

linkgit:git-version[git]::
	Display version information about Git.

linkgit:git-whatchanged[git]::
	Show logs with difference each commit introduces.

linkgit:gitweb[git]::
	Git web interface (web frontend to Git repositories).