1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 13:35:32 +02:00

hg-branch: add page (#1860)

This commit is contained in:
Starbeamrainbowlabs 2018-01-03 14:10:46 +00:00 committed by GitHub
commit 782affc145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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