Find commits yet to be applied to upstream NAME git-cherry - Find commits yet to be applied to upstream SYNOPSIS git cherry [-v] [<upstream> [<head>...Apply the changes introduced by some existing commits NAME git-cherry-pick - Apply the changes introduced by some existing commits SYNOPSIS git cherry-pick [--......variable to true makes git revert behave as if the --reference option is given. SEE ALSO git-cherry-pick (1) GIT Part of the git (1) suite NOTES 1. revert-a-faulty-merge How-To …Summarize 'git log' output NAME git-shortlog - Summarize 'git log' output SYNOPSIS git shortlog [<options>] [<revision-range>] [[--] <path>...] git log --pretty=short | git shortlo…EXPERIMENTAL: Replay commits on a new base, works with bare repos too NAME git-replay - EXPERIMENTAL: Replay commits on a new base, works with bare repos too SYNOPSIS (EXPERIMENTAL…Reapply commits on top of another base tip NAME git-rebase - Reapply commits on top of another base tip SYNOPSIS git rebase [-i | --interactive] [<options>] [--exec <cmd>] [--onto …Lists commit objects in reverse chronological order NAME git-rev-list - Lists commit objects in reverse chronological order SYNOPSIS git rev-list [<options>] <commit>... [--] [<pat…Compare two commit ranges (e.g. two versions of a branch) NAME git-range-diff - Compare two commit ranges (e.g. two versions of a branch) SYNOPSIS git range-diff [--color=[<when>]]…Show commit logs NAME git-log - Show commit logs SYNOPSIS git log [<options>] [<revision-range>] [[--] <path>...] DESCRIPTION Shows the commit logs. List commits that are reachable…Pick out and massage parameters NAME git-rev-parse - Pick out and massage parameters SYNOPSIS git rev-parse [<options>] <arg>... DESCRIPTION Many Git porcelainish commands take a m…Use binary search to find the commit that introduced a bug NAME git-bisect - Use binary search to find the commit that introduced a bug SYNOPSIS git bisect <subcommand> <options> D…Show the working tree status NAME git-status - Show the working tree status SYNOPSIS git status [<options>] [--] [<pathspec>...] DESCRIPTION Displays paths that have differences be…...ects and refs by archive. git-checkout (1) Switch branches or restore working tree files. git-cherry-pick (1) Apply the changes introduced by some existing commits. git-citool (…Record changes to the repository NAME git-commit - Record changes to the repository SYNOPSIS git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend] [--dry-run] [(…Prepare patches for e-mail submission NAME git-format-patch - Prepare patches for e-mail submission SYNOPSIS git format-patch [-k] [(-o|--output-directory) <dir> | --stdout] [--no-…Get and set repository or global options NAME git-config - Get and set repository or global options SYNOPSIS git config list [<file-option>] [<display-option>] [--includes] git con…Server side implementation of Git over HTTP NAME git-http-backend - Server side implementation of Git over HTTP SYNOPSIS git http-backend DESCRIPTION A simple CGI program to serve …Restricted login shell for Git-only SSH access NAME git-shell - Restricted login shell for Git-only SSH access SYNOPSIS chsh -s $(command -v git-shell) <user> git clone <user> @loc…Show a Git logical variable NAME git-var - Show a Git logical variable SYNOPSIS git var (-l | <variable>) DESCRIPTION Prints a Git logical variable. Exits with code 1 if the variab…Bridge smart transport to external command. NAME git-remote-ext - Bridge smart transport to external command. SYNOPSIS git remote add <nick> "ext::<command>[ <arguments>...]" DESCR…