git town status
git town status [-p | --pending] [-v | --verbose]git town status reset [-v | --verbose]
The status command indicates whether Git Town has encountered a merge conflict and which commands you can run to continue, skip, or undo it.
Subcommands
The reset subcommand deletes the persisted runstate. This is only needed if the runstate is corrupted and causes Git Town to crash.
The show subcommand displays detailed information about the persisted runstate.
Options
-p
--pending
The --pending
aka -p
argument causes this command to output only the name of
the pending Git Town command if one exists. This allows displaying a reminder to
run git town continue
into your shell prompt when you encountered a merge
conflict earlier. See Integration on how to
set this up.
-v
--verbose
The --verbose
aka -v
flag prints all Git commands run under the hood to
determine the repository state.