git-submodule
Inspects, updates and manages submodules.
git-stripspace
Read text (e.g. commit messages, notes, tags, and branch descriptions) from stdin and clean it into the manner used by Git.
stdin
git-status
Show the changes to files in a Git repository.Lists changed, added and deleted files compared to the currently checked-out commit.
git-stash
Stash local Git changes in a temporary area.
git-standup
See commits from a specified user.Part of git-extras.
git-extras
git-stamp
Stamp the last commit message, with the possibility to reference the issues numbers from your bug tracker or link to its review page.Part of git-extras.
git-stage
This command is an alias of git add.
git add
git-squash
Squash multiple commits into a single commit.Part of git-extras.
git-sizer
Computes various Git repository size metrics and alerts you to any that might cause problems or inconvenience.
git-show
Show various types of Git objects (commits, tags, etc.).
git-show-unmerged-branches
Print all branches which are not merged into the current HEAD.
git-show-tree
Show a decorated tree graph with all branches of a Git repository, showing annotations.Part of git-extras.
git-show-ref
Git command for listing references.
git-show-merged-branches
Print all branches which are merged into the current head.
git-show-index
Show the packed archive index of a Git repository.
git-show-branch
Show branches and their commits.
git-shortlog
Summarizes the git log output.
git log
git-setup
Create a Git repository in a directory and commit all files.Part of git-extras.
git-send-email
Send a collection of patches as emails.Patches can be specified as files, directions, or a revision list.
git-sed
Replace patterns in git-controlled files using sed.Part of git-extras.