—
NAME
git-refs - Low-level access to refs
SYNOPSIS
bash
git refs migrate\n --ref-format=<format> [--dry-run]
\ngit refs verify\n [--strict] [--verbose]DESCRIPTION
This command provides low-level access to refs.
COMMANDS
migrate
verify
OPTIONS
The following options are specific to git refs migrate:
--ref-format=<format>
--dry-run
The following options are specific to git refs verify:
--strict
--verbose
KNOWN LIMITATIONS
The ref format migration has several known limitations in its current form:
These limitations may eventually be lifted.
GIT
Part of the git(1) suite