Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

git town skip

git town skip [-v | --verbose]

The skip command allows to skip a Git branch with merge conflicts when syncing all feature branches.

Options

-v
--verbose

The --verbose aka -v flag prints all Git commands run under the hood to determine the repository state.

See also

  • continue tries to continue the currently suspended Git Town command by re-running the Git command that failed.
  • undo aborts the currently suspended Git Town command and undoes all the changes it did so far, leaving your repository in the same state it was in before you started the failing Git Town command