Verifies that a branch is up-to-date with its dependency branches.
Usage:
git-verify-updated.ps1 [-target <string>] [-recurse] [-noFetch] [-quiet]
The branch name to check. If not specified, use the current branch.
If specified, recursively check dependency branches. If not specified, will only check the first level of dependency branches.
By default, all scripts fetch the latest before processing. To skip this,
include -noFetch.
Suppress unnecessary output. Useful when a tool is designed to consume the output of this script via git rather than via PowerShell.