git2cpp branch
List, create or delete branches
git2cpp branch [OPTIONS] [<branchname>]
POSITIONALS:
<branchname> TEXT The name of the branch to create or delete
OPTIONS:
-h, --help Print this help message and exit
-d, --delete Delete a branch
-a, --all List both remote-tracking branches and local branches
-r, --remotes List or delete (if used with -d) the remote-tracking branches
-l, --list List branches
-f, --force Skips confirmation
--show-current Print the name of the current branch. In detached HEAD state,
nothing is printed.