Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 1 | linkgit:git-annotate[1]:: |
Junio C Hamano | 7924d5e | 2009-03-03 08:28:48 | [diff] [blame] | 2 | Annotate file lines with commit information. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 3 | |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 4 | linkgit:git-blame[1]:: |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 5 | Show what revision and author last modified each line of a file. |
6 | |||||
Junio C Hamano | 864182b | 2020-05-01 21:53:51 | [diff] [blame] | 7 | linkgit:git-bugreport[1]:: |
8 | Collect information for user to file a bug report. | ||||
9 | |||||
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 10 | linkgit:git-count-objects[1]:: |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 11 | Count unpacked number of objects and their disk consumption. |
12 | |||||
Junio C Hamano | 3bd66e9 | 2009-04-18 06:17:56 | [diff] [blame] | 13 | linkgit:git-difftool[1]:: |
14 | Show changes using common diff tools. | ||||
15 | |||||
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 16 | linkgit:git-fsck[1]:: |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 17 | Verifies the connectivity and validity of the objects in the database. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 18 | |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 19 | linkgit:git-help[1]:: |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 20 | Display help information about Git. |
Junio C Hamano | 5825687 | 2007-12-04 08:31:13 | [diff] [blame] | 21 | |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 22 | linkgit:git-instaweb[1]:: |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 23 | Instantly browse your working repository in gitweb. |
24 | |||||
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 25 | linkgit:git-merge-tree[1]:: |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 26 | Show three-way merge without touching index. |
27 | |||||
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 28 | linkgit:git-rerere[1]:: |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 29 | Reuse recorded resolution of conflicted merges. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 30 | |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 31 | linkgit:git-show-branch[1]:: |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 32 | Show branches and their commits. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 33 | |
Junio C Hamano | 56121c4 | 2014-07-10 23:23:35 | [diff] [blame] | 34 | linkgit:git-verify-commit[1]:: |
35 | Check the GPG signature of commits. | ||||
36 | |||||
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 37 | linkgit:git-verify-tag[1]:: |
Junio C Hamano | b1d6e88 | 2007-08-11 08:30:16 | [diff] [blame] | 38 | Check the GPG signature of tags. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 39 | |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 40 | linkgit:git-whatchanged[1]:: |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 41 | Show logs with difference each commit introduces. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 42 | |
Junio C Hamano | 11821ed | 2011-10-19 18:42:09 | [diff] [blame] | 43 | linkgit:gitweb[1]:: |
44 | Git web interface (web frontend to Git repositories). | ||||
45 |