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…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…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…Reset current HEAD to the specified state NAME git-reset - Reset current HEAD to the specified state SYNOPSIS git reset [-q] [<tree-ish>] [--] <pathspec>... git reset [-q] [--paths…Add or inspect object notes NAME git-notes - Add or inspect object notes SYNOPSIS git notes [list [<object>]] git notes add [-f] [--allow-empty] [--[no-]separator | --separator=<pa…Record changes to the repository NAME git-commit - Record changes to the repository SYNOPSIS git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend] [--dry-run] [(…Rewrite branches NAME git-filter-branch - Rewrite branches SYNOPSIS git filter-branch [--setup <command>] [--subdirectory-filter <directory>] [--env-filter <command>] [--tree-filte…Manage multiple working trees NAME git-worktree - Manage multiple working trees SYNOPSIS git worktree add [-f] [--detach] [--checkout] [--lock [--reason <string>]] [--orphan] [(-b …how to submit bug reports on Perl NAME perlbug - how to submit bug reports on Perl SYNOPSIS perlbug perlbug [ -v ] [ -a address ] [ -s subject ] [ -b body | -f inputfile ] [ -F out…how to submit bug reports on Perl NAME perlbug - how to submit bug reports on Perl SYNOPSIS perlbug perlbug [ -v ] [ -a address ] [ -s subject ] [ -b body | -f inputfile ] [ -F out…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…Write and verify Git commit-graph files NAME git-commit-graph - Write and verify Git commit-graph files SYNOPSIS git commit-graph verify [--object-dir <dir>] [--shallow] [--[no-]pr…Create a new commit object NAME git-commit-tree - Create a new commit object SYNOPSIS git commit-tree <tree> [(-p <parent>)...] git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-…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…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…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 (-…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…Find commits yet to be applied to upstream NAME git-cherry - Find commits yet to be applied to upstream SYNOPSIS git cherry [-v] [<upstream> [<head> [<limit>]]] DESCRIPTION Determi…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…Extract commit ID from an archive created using git-archive NAME git-get-tar-commit-id - Extract commit ID from an archive created using git-archive SYNOPSIS git get-tar-commit-id …