Git web interface (web frontend to Git repositories) NAME gitweb - Git web interface (web frontend to Git repositories) SYNOPSIS To get started with gitweb, run git-instaweb (1) fr…Add or inspect object notes NAME git-notes - Add or inspect object notes SYNOPSIS git notes [list [<object>]] git notes add [-f] [--allow-empty] [--[no-]separator | --separator=<pa…Rewrite branches NAME git-filter-branch - Rewrite branches SYNOPSIS git filter-branch [--setup <command>] [--subdirectory-filter <directory>] [--env-filter <command>] [--tree-filte…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 …Git data exporter NAME git-fast-export - Git data exporter SYNOPSIS git fast-export [<options>] | git fast-import DESCRIPTION This program dumps the given revisions in a form suita…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…Generate dbm files for use with RewriteMap NAME httxt2dbm - Generate dbm files for use with RewriteMap SYNOPSIS httxt2dbm [ - v ] [ - f DBM_TYPE ] - i SOURCE_TXT - o OUTPUT_DBM SUM…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…utility for processing binary log files (mariadb-binlog is now a symlink to mariadb-binlog) NAME mariadb-binlog - utility for processing binary log files (mariadb-binlog is now a s…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…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-…Compares files in the working tree and the index NAME git-diff-files - Compares files in the working tree and the index SYNOPSIS git diff-files [-q] [-0 | -1 | -2 | -3 | -c | --cc]…Clone a repository into a new directory NAME git-clone - Clone a repository into a new directory SYNOPSIS git clone [ --template= <template-directory> ] [ -l ] [ -s ] [ --no-hardli…Manage reflog information NAME git-reflog - Manage reflog information SYNOPSIS git reflog [show] [<log-options>] [<ref>] git reflog list git reflog expire [--expire=<time>] [--expi…Compare a tree to the working tree or index NAME git-diff-index - Compare a tree to the working tree or index SYNOPSIS git diff-index [-m] [--cached] [--merge-base] [<common-diff-o…Show changes between commits, commit and working tree, etc NAME git-diff - Show changes between commits, commit and working tree, etc SYNOPSIS git diff [<options>] [<commit>] [--] …Update remote refs along with associated objects NAME git-push - Update remote refs along with associated objects SYNOPSIS git push [--all | --branches | --mirror | --tags] [--foll…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] [(…Fetch from and integrate with another repository or a local branch NAME git-pull - Fetch from and integrate with another repository or a local branch SYNOPSIS git pull [<options>] …