| gitlink:git-annotate[1]:: |
| Annotate file lines with commit info. |
| |
| gitlink:git-blame[1]:: |
| Show what revision and author last modified each line of a file. |
| |
| gitlink:git-cherry[1]:: |
| Find commits not merged upstream. |
| |
| gitlink:git-count-objects[1]:: |
| Count unpacked number of objects and their disk consumption. |
| |
| gitlink:git-fsck[1]:: |
| Verifies the connectivity and validity of the objects in the database. |
| |
| gitlink:git-get-tar-commit-id[1]:: |
| Extract commit ID from an archive created using git-tar-tree. |
| |
| gitlink:git-instaweb[1]:: |
| Instantly browse your working repository in gitweb. |
| |
| gitlink:git-merge-tree[1]:: |
| Show three-way merge without touching index. |
| |
| gitlink:git-rerere[1]:: |
| Reuse recorded resolution of conflicted merges. |
| |
| gitlink:git-rev-parse[1]:: |
| Pick out and massage parameters. |
| |
| gitlink:git-runstatus[1]:: |
| A helper for git-status and git-commit. |
| |
| gitlink:git-show-branch[1]:: |
| Show branches and their commits. |
| |
| gitlink:git-verify-tag[1]:: |
| Check the GPG signature of tags. |
| |
| gitlink:git-whatchanged[1]:: |
| Show logs with difference each commit introduces. |
| |