Read, modify and delete symbolic refs NAME git-symbolic-ref - Read, modify and delete symbolic refs SYNOPSIS git symbolic-ref [-m <reason>] <name> <r...Ensures that a reference name is well formed NAME git-check-ref-format - Ensures that a reference name is well formed SYNOPSIS git check-ref-format [--normalize] [--[no-]allow-onel…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…Output information on each ref NAME git-for-each-ref - Output information on each ref SYNOPSIS git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl] [(--sort=<key>)...…Manage set of tracked repositories NAME git-remote - Manage set of tracked repositories SYNOPSIS git remote [-v | --verbose] git remote add [-t <branch>] [-m <master>] [-f] [--[no-…Update the object name stored in a ref safely NAME git-update-ref - Update the object name stored in a ref safely SYNOPSIS git update-ref [-m <reason>] [--no-deref] (-d <ref> [<old…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…Find symbolic names for given revs NAME git-name-rev - Find symbolic names for given revs SYNOPSIS git name-rev [--tags] [--refs=<pattern>] ( --all | --annotate-stdin | <commit-ish…List references in a remote repository NAME git-ls-remote - List references in a remote repository SYNOPSIS git ls-remote [--branches] [--tags] [--refs] [--upload-pack=<exec>] [-q …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…...ex. git-replay (1) EXPERIMENTAL: Replay commits on a new base, works with bare repos too. git-symbolic-ref (1) Read, modify and delete symbolic refs. git-unpack-objects (1) Unpa…List references in a local repository NAME git-show-ref - List references in a local repository SYNOPSIS git show-ref [--head] [-d | --dereference] [-s | --hash[=<n>]] [--abbrev[=<…Download objects and refs from another repository NAME git-fetch - Download objects and refs from another repository SYNOPSIS git fetch [<options>] [<repository> [<refspec>...]] gi…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…Pack heads and tags for efficient repository access NAME git-pack-refs - Pack heads and tags for efficient repository access SYNOPSIS git pack-refs [--all] [--no-prune] [--auto] [-…Switch branches or restore working tree files NAME git-checkout - Switch branches or restore working tree files SYNOPSIS git checkout [-q] [-f] [-m] [<branch>] git checkout [-q] [-…Receive missing objects from another repository NAME git-fetch-pack - Receive missing objects from another repository SYNOPSIS git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--th…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…Give an object a human readable name based on an available ref NAME git-describe - Give an object a human readable name based on an available ref SYNOPSIS git describe [--all] [--t…Verifies the connectivity and validity of the objects in the database NAME git-fsck - Verifies the connectivity and validity of the objects in the database SYNOPSIS git fsck [--tag…