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…A Git Glossary NAME gitglossary - A Git Glossary SYNOPSIS * DESCRIPTION alternate object database Via the alternates mechanism, a repository can inherit part of its object database…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-…symbolic link handling NAME symlink - symbolic link handling DESCRIPTION Symbolic links are files that act as pointers to other files. To understand their behavior, you must first …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…Hooks used by Git NAME githooks - Hooks used by Git SYNOPSIS $GIT_DIR/hooks/* (or `git config core.hooksPath`/*) DESCRIPTION Hooks are programs you can place in a hooks directory t…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 …A tutorial introduction to Git: part two NAME gittutorial-2 - A tutorial introduction to Git: part two SYNOPSIS git * DESCRIPTION You should work through gittutorial (7) before rea…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…Protocol v0 and v1 capabilities NAME gitprotocol-capabilities - Protocol v0 and v1 capabilities SYNOPSIS <over-the-wire-protocol> DESCRIPTION Note this document describes capabilit…...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…define a new table NAME CREATE_TABLE - define a new table SYNOPSIS CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXISTS ] table_name ( [ { column_nam…Specifying revisions and ranges for Git NAME gitrevisions - Specifying revisions and ranges for Git SYNOPSIS gitrevisions DESCRIPTION Many Git commands take revision parameters as …