stg-goto(1)
| STG-GOTO(1) | StGit Manual | STG-GOTO(1) |
NAME
stg-goto - Go to patch by pushing or popping as necessary
SYNOPSIS
stg goto [OPTIONS] <patch>
DESCRIPTION
Go to patch by pushing or popping as necessary
OPTIONS
-k, --keep
-m, --merged
--committer-date-is-author-date
--conflicts[=<policy>]
Using --conflicts=allow (or just --conflicts) allows pushing a patch that may result in unresolved merge conflicts. The patch will be pushed and files with conflicts will be left with conflict markers to be resolved manually; or the operation undone with stg undo --hard. This is the default behavior and also corresponds to the "stgit.push.allow-conflicts" variable being set to "true".
Using --conflicts=disallow disallows pushing any patch that would result in merge conflicts. The operation will stop on the last patch that can be pushed without conflicts. This behavior can be configured by setting "stgit.push.allow-conflicts" to "false".
STGIT
Part of the StGit suite - see stg(1)
| 05/16/2024 | StGit 2.4.7 |
