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…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…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>…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 …List, create, or delete branches NAME git-branch - List, create, or delete branches SYNOPSIS git branch [--color[=<when>] | --no-color] [--show-current] [-v [--abbrev=<n> | --no-ab…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-…Print lines matching a pattern NAME git-grep - Print lines matching a pattern SYNOPSIS git grep [-a | --text] [-I] [--textconv] [-i | --ignore-case] [-w | --word-regexp] [-v | --in…Merge subtrees together and split repository into subtrees NAME git-subtree - Merge subtrees together and split repository into subtrees SYNOPSIS git subtree [<options>] -P <prefix…