Show what revision and author last modified each line of a file NAME git-blame - Show what revision and author last modified each line of a file SYNOPSIS git blame [-c]......Optionally annotates from a given revision. The only difference between this command and git-blame (1) is that they use slightly different output formats, and this command exist…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…Gitweb (Git web interface) configuration file NAME gitweb.conf - Gitweb (Git web interface) configuration file SYNOPSIS /etc/gitweb.conf, /etc/gitweb-common.conf, $GITWEBDIR/gitweb…...rent hashes %an author name %aN author name (respecting .mailmap, see git-shortlog (1) or git-blame (1)) %ae author email %aE author email (respecting .mailmap, see git-shortlog…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…Compares the content and mode of blobs found via two tree objects NAME git-diff-tree - Compares the content and mode of blobs found via two tree objects SYNOPSIS git diff-tree [--s…Create a new commit object NAME git-commit-tree - Create a new commit object SYNOPSIS git commit-tree <tree> [(-p <parent>)...] git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-…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…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…...ace objects. Interrogators: git-annotate (1) Annotate file lines with commit information. git-blame (1) Show what revision and author last modified each line of a file. git-bugr…...ct -h to get a long usage description. SEE ALSO Fighting regressions with git bisect [1], git-blame (1). GIT Part of the git (1) suite NOTES 1. Fighting regressions with git bis…...ier, and the history much more useful for later inspection and analysis, for example with git-blame (1) and git-bisect (1). To achieve this, try to split your work into small st…A tutorial introduction to Git NAME gittutorial - A tutorial introduction to Git SYNOPSIS git * DESCRIPTION This tutorial explains how to import a new project into Git, make change…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] [(…Backend for fast Git data importers NAME git-fast-import - Backend for fast Git data importers SYNOPSIS frontend | git fast-import [<options>] DESCRIPTION This program is usually n…Analyze and debug system manager NAME systemd-analyze - Analyze and debug system manager SYNOPSIS systemd-analyze [OPTIONS...] [time] systemd-analyze [OPTIONS...] blame systemd-ana…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 …A useful minimum set of commands for Everyday Git NAME giteveryday - A useful minimum set of commands for Everyday Git SYNOPSIS Everyday Git With 20 Commands Or So DESCRIPTION Git …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…