git-effort
Display how much activity a file has had, showing commits per file and "active days" i.e. total number of days that contributed to the file.Part of git-extras.
git-extras
git-difftool
Show file changes using external diff tools. Accepts the same options and arguments as git diff.See also: git diff.
git diff
git-diff
Show changes to tracked files.
git-diff-tree
Compares the content and mode of blobs found via two tree objects.
git-diff-index
Compare the working directory with a commit or tree object.
git-diff-files
Compare files using their sha1 hashes and modes.
git-describe
Give an object a human-readable name based on an available ref.
git-delta
List files that differ from another branch.Part of git-extras.
git-delete-tag
Delete existing local and remote tags.Part of git-extras.
git-delete-submodule
Delete a submodule from a git repository.Part of git-extras.
git
git-delete-squashed-branches
Delete branches that have been "squashed-merged" into a specified branch and checkout. If no branch is specified, default to the currently checked out branch.Part of git-extras.
git-delete-merged-branches
Delete branches that are listed in git branch --merged excluding master.Part of git-extras.
git branch --merged
git-delete-branch
Delete local and remote Git branches.Part of git-extras. If deleting the checked out branch, only the remote branch will be deleted.
git-daemon
A really simple server for Git repositories.
git-cvsexportcommit
Export a single Git commit to a CVS checkout.
Git
git-credential
Retrieve and store user credentials.
git-credential-store
Git helper to store passwords on disk.
git-credential-cache
Git helper to temporarily store passwords in memory.
git-create-branch
Create a Git branch in a repository.Part of git-extras.
git-cp
Copy an existing file to a new location, preserving history.Part of git-extras.