Apply a patch to files and/or to the index NAME git-apply - Apply a patch to files and/or to the index SYNOPSIS git apply [--stat] [--numstat] [--s......--exclude=<path>, --include=<path>, --reject These flags are passed to the git apply (see git-apply (1)) program that applies the patch. Valid <action> for the --whitespace opti…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 …...that conflicted. --whitespace=<option> This flag is passed to the git apply program (see git-apply (1)) that applies the patch. Implies --apply . See also INCOMPATIBLE OPTIONS b…Apply the changes introduced by some existing commits NAME git-cherry-pick - Apply the changes introduced by some existing commits SYNOPSIS git cherry-pick [--edit] [-n] [-m <paren…...put. --binary In addition to --full-index , output a binary diff that can be applied with git-apply . --abbrev[=<n>] Instead of showing the full 40-byte hexadecimal object name …Add file contents to the index NAME git-add - Add file contents to the index SYNOPSIS git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p] […...duced. NOTE : This is intended for cleaning metadata. Prefer the --whitespace=fix mode of git-apply (1) for correcting whitespace of patches or files in the repository. OPTIONS …Join two or more development histories together NAME git-merge - Join two or more development histories together SYNOPSIS git merge [-n] [--stat] [--no-commit] [--squash] [--[no-]e…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…...and commands that move objects and references between repositories. Manipulation commands git-apply (1) Apply a patch to files and/or to the index. git-checkout-index (1) Copy f…Compute object ID and optionally create an object from a file NAME git-hash-object - Compute object ID and optionally create an object from a file SYNOPSIS git hash-object [-t <typ…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…Create an archive of files from a named tree NAME git-archive - Create an archive of files from a named tree SYNOPSIS git archive [--format=<fmt>] [--list] [--prefix=<prefix>/] [<e…...put. --binary In addition to --full-index , output a binary diff that can be applied with git-apply . Implies --patch . --abbrev[=<n>] Instead of showing the full 40-byte hexade…Move objects and refs by archive NAME git-bundle - Move objects and refs by archive SYNOPSIS git bundle create [-q | --quiet | --progress] [--version=<version>] <file> <git-rev-lis…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…...put. --binary In addition to --full-index , output a binary diff that can be applied with git-apply . Implies --patch . --abbrev[=<n>] Instead of showing the full 40-byte hexade…...to something like the --stable option to git-patch-id (1)). There’s also no equivalent of git-apply (1) for range-diff , the output is not intended to be machine-readable. This …...put. --binary In addition to --full-index , output a binary diff that can be applied with git-apply . Implies --patch . --abbrev[=<n>] Instead of showing the full 40-byte hexade…