git town diff-parent
The diff-parent command displays the changes made on a feature branch, i.e. the diff between the current branch and its parent branch.
--verbose / -v
The --verbose
aka -v
flag prints all Git commands run under the hood to
determine the repository state.