LinuxCommandLibrary

hg-branch

hg-branch

TLDR

Show the name of the currently active branch

$ hg branch
copy


Create a new branch for the next commit
$ hg branch [branch_name]
copy

Copied to clipboard