1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 15:55:43 +02:00
tldr/pages/common/hg-branch.md
2025-08-12 04:50:53 +03:00

12 lines
254 B
Markdown

# hg branch
> Create or show a branch name.
> More information: <https://www.mercurial-scm.org/help/commands/branch>.
- Show the name of the currently active branch:
`hg branch`
- Create a new branch for the next commit:
`hg branch {{branch_name}}`