Creates a tag object with extra validation NAME git-mktag - Creates a tag object with extra validation SYNOPSIS git mktag DESCRIPTION Reads a tag’s......ect (1), git-mktree (1), git-commit-tree (1), git-write-tree (1), git-update-ref (1), and git-mktag (1). Thus, it can be used as a part of a series of steps such as: vi message.…...1) Run a three-way file merge. git-merge-index (1) Run a merge for files needing merging. git-mktag (1) Creates a tag object with extra validation. git-mktree (1) Build a tree-o…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 …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…Show a Git logical variable NAME git-var - Show a Git logical variable SYNOPSIS git var (-l | <variable>) DESCRIPTION Prints a Git logical variable. Exits with code 1 if the variab…Bridge smart transport to external command. NAME git-remote-ext - Bridge smart transport to external command. SYNOPSIS git remote add <nick> "ext::<command>[ <arguments>...]" DESCR…Use binary search to find the commit that introduced a bug NAME git-bisect - Use binary search to find the commit that introduced a bug SYNOPSIS git bisect <subcommand> <options> D…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-…Send objects packed back to git-fetch-pack NAME git-upload-pack - Send objects packed back to git-fetch-pack SYNOPSIS git-upload-pack [--[no-]strict] [--timeout=<n>] [--stateless-r…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…Receive what is pushed into the repository NAME git-receive-pack - Receive what is pushed into the repository SYNOPSIS git receive-pack <git-dir> DESCRIPTION Invoked by git send-pa…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…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 <…Run tasks to optimize Git repository data NAME git-maintenance - Run tasks to optimize Git repository data SYNOPSIS git maintenance run [<options>] git maintenance start [--schedul…Create an empty Git repository or reinitialize an existing one NAME git-init - Create an empty Git repository or reinitialize an existing one SYNOPSIS git init [ -q | --quiet ] [ -…Reflect smart transport stream back to caller NAME git-remote-fd - Reflect smart transport stream back to caller SYNOPSIS "fd::<infd>[,<outfd>][/<anything>]" (as URL) DESCRIPTION T…Stash the changes in a dirty working directory away NAME git-stash - Stash the changes in a dirty working directory away SYNOPSIS git stash list [<log-options>] git stash show [-u …Helper to store credentials on disk NAME git-credential-store - Helper to store credentials on disk SYNOPSIS git config credential.helper 'store [<options>]' DESCRIPTION Note Using…A really simple server for Git repositories NAME git-daemon - A really simple server for Git repositories SYNOPSIS git daemon [--verbose] [--syslog] [--export-all] [--timeout=<n>] …