git-write-tree
Low level utility to create a tree object from the current index.
git-worktree
Manage multiple working trees attached to the same repository.
git-whatchanged
Show what has changed with recent commits or files.See also git log.
git log
git-verify-tag
Check for GPG verification of tags.If a tag wasn't signed, an error will occur.
git-verify-commit
Check for GPG verification of commits.If no commits are verified, nothing will be printed, regardless of options specified.
git-var
Print a Git logical variable's value.See git config, which is preferred over git var.
git config
git var
git-utimes
Change files modification time to their last commit date. Does not touch files that are in the working tree or index.Part of git-extras.
git-extras
git-update-ref
Git command for creating, updating, and deleting Git refs.
git-update-index
Git command for manipulating the index.
git-unpack-file
Create a temporary file with a blob's contents.
git-unlock
Unlock a file in a Git repository so it can be modified by a commit.Part of git-extras. See also git lock.
git lock
git-undo
Undo recent commits.Part of git-extras.
git-touch
Create new files and add them to the index.Part of git-extras.
git-tag
Create, list, delete or verify tags.A tag is a static reference to a commit.
git-sync
Sync local branches with remote branches.Part of git-extras.
git-symbolic-ref
Read, change, or delete files that store references.
git-switch
Switch between Git branches. Requires Git version 2.23+.See also git checkout.
git checkout
git-svn
Bidirectional operation between a Subversion repository and Git.
git-summary
Display information about a Git repository.Part of git-extras.
git-subtree
Manage project dependencies as subprojects.