hg-branch: add page
This commit is contained in:
parent
bb68b14170
commit
2b063022b8
|
|
@ -0,0 +1,11 @@
|
|||
# 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}}`
|
||||
Loading…
Reference in New Issue