hg-branch: add page

coverage
pxgamer 2018-01-02 22:01:08 +00:00
parent bb68b14170
commit 2b063022b8
No known key found for this signature in database
GPG Key ID: 8F15E14C0F7BA063
1 changed files with 11 additions and 0 deletions

11
pages/common/hg-branch.md Normal file
View File

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