hg-branch: add page (#1860)

This commit is contained in:
Starbeamrainbowlabs
2018-01-03 14:10:46 +00:00
committed by GitHub

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