1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

hg-branch: add page

This commit is contained in:
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

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