Add or inspect object notes NAME git-notes - Add or inspect object notes SYNOPSIS git notes [list [<object>]] git notes add [-f] [--...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….... medium , which is the default, full , and fuller ). --notes[=<ref>] Show the notes (see git-notes (1)) that annotate the commit, when showing the commit log message. This is t…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…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…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…Prune all unreachable objects from the object database NAME git-prune - Prune all unreachable objects from the object database SYNOPSIS git prune [-n] [-v] [--progress] [--expire <…Find redundant pack files NAME git-pack-redundant - Find redundant pack files SYNOPSIS git pack-redundant [--verbose] [--alt-odb] (--all | <pack-filename>...) WARNING git pack-redu…Build pack index file for an existing packed archive NAME git-index-pack - Build pack index file for an existing packed archive SYNOPSIS git index-pack [-v] [-o <index-file>] [--[n…Read, modify and delete symbolic refs NAME git-symbolic-ref - Read, modify and delete symbolic refs SYNOPSIS git symbolic-ref [-m <reason>] <name> <ref> git symbolic-ref [-q] [--sh…Cleanup unnecessary files and optimize the local repository NAME git-gc - Cleanup unnecessary files and optimize the local repository SYNOPSIS git gc [--aggressive] [--auto] [--[no…Create, list, delete refs to replace objects NAME git-replace - Create, list, delete refs to replace objects SYNOPSIS git replace [-f] <object> <replacement> git replace [-f] --edi…Defining submodule properties NAME gitmodules - Defining submodule properties SYNOPSIS $GIT_WORK_TREE/.gitmodules DESCRIPTION The .gitmodules file, located in the top-level directo…A Built-in Filesystem Monitor NAME git-fsmonitor--daemon - A Built-in Filesystem Monitor SYNOPSIS git fsmonitor--daemon start git fsmonitor--daemon run git fsmonitor--daemon stop g…Specifies intentionally untracked files to ignore NAME gitignore - Specifies intentionally untracked files to ignore SYNOPSIS $XDG_CONFIG_HOME/git/ignore, $GIT_DIR/info/exclude, .g…Write and verify multi-pack-indexes NAME git-multi-pack-index - Write and verify multi-pack-indexes SYNOPSIS git multi-pack-index [--object-dir=<dir>] [--[no-]bitmap] <sub-command>…Git for CVS users NAME gitcvs-migration - Git for CVS users SYNOPSIS git cvsimport * DESCRIPTION Git differs from CVS in that every working tree contains a repository with a full c…Revert some existing commits NAME git-revert - Revert some existing commits SYNOPSIS git revert [--[no-]edit] [-n] [-m <parent-number>] [-s] [-S[<keyid>]] <commit>... git revert (-…Remove unnecessary whitespace NAME git-stripspace - Remove unnecessary whitespace SYNOPSIS git stripspace [-s | --strip-comments] git stripspace [-c | --comment-lines] DESCRIPTION …Git command-line interface and conventions NAME gitcli - Git command-line interface and conventions SYNOPSIS gitcli DESCRIPTION This manual describes the convention used throughout…