mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
184 B
Markdown
12 lines
184 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 {{new_branch_name}}`
|