hg-branch: add page

This commit is contained in:
pxgamer
2018-01-02 22:01:08 +00:00
parent bb68b14170
commit 2b063022b8

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