1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00
tldr/pages/common/hg-branch.md

12 lines
254 B
Markdown

# 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}}`