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 diff-parent

git town diff-parent [-v | --verbose]

The diff-parent command displays the changes made on a feature branch, i.e. the diff between the current branch and its parent branch.

Options

-v
--verbose

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