mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
254 B
254 B
hg branch
Create or show a branch name. More information: https://www.mercurial-scm.org/doc/hg.1.html#branch.
- Show the name of the currently active branch:
hg branch
- Create a new branch for the next commit:
hg branch {{branch_name}}