1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/hg-branch.md
Agniva De Sarker f49ed66463
hg-branch: remove "new_"
This makes the page consistent with git branch
2018-01-03 09:02:19 +05:30

11 lines
180 B
Markdown

# hg branch
> Create or show a branch name.
- Show the name of the currently active branch:
`hg branch`
- Create a new branch for the next commit:
`hg branch {{branch_name}}`