Git 2.13.0 • Manual
Home • Environment Variables •
Ancillary Commands (draft)
Manipulators
git config
- Get and set repository or global options. git-config(1)
git fast-export
- Git data exporter. git-fast-export(1)
git fast-import
- Backend for fast Git data importers. git-fast-import(1)
git filter-branch
- Rewrite branches. git-filter-branch(1)
git mergetool
- Run merge conflict resolution tools to resolve merge conflicts. git-mergetool(1)
git pack-refs
- Pack heads and tags for efficient repository access. git-pack-refs(1)
git prune
- Prune all unreachable objects from the object database. git-prune(1)
git reflog
- Manage reflog information. git-reflog(1)
git remote
- Manage set of tracked repositories. git-remote(1)
git repack
- Pack unpacked objects in a repository. git-repack(1)
git replace
- Create, list, delete refs to replace objects. git-replace(1)
Interrogators
git annotate
- Annotate file lines with commit information. git-annotate(1)
git blame
- Show what revision and author last modified each line of a file. git‑blame(1)
git cherry
- Find commits yet to be applied to upstream. git-cherry(1)
git count-objects
- Count unpacked number of objects and their disk consumption. git‑count‑objects(1)
git diff-tool
- Show changes using common diff tools. git-difftool(1)
git gfsck
- Verifies the connectivity and validity of the objects in the database. git‑fsck(1)
git get-tar-commit-id
- Extract commit ID from an archive created using git-archive. git‑get‑tar‑commit‑id(1)
git help
- Display help information about Git. git-help(1)
git instaweb
- Instantly browse your working repository in gitweb. git-instaweb(1)
git merge-tree
- Show three-way merge without touching index. git-merge-tree(1)
git rerere
- Reuse recorded resolution of conflicted merges. git-rerere(1)
git rev-parse
- Pick out and massage parameters. git-rev-parse(1)
git show-branch
- Show branches and their commits. git-show-branch(1)
git verify-commit
- Check the GPG signature of commits. git-verify-commit(1)
git verify-tag
- Check the GPG signature of tags. git-verify-tag(1)
git whatchanged
- Show logs with difference each commit introduces. git‑whatchanged(1)
gitweb
- Git web interface (web frontend to Git repositories). gitweb(1)