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:
parent
bb68b14170
commit
2b063022b8
1 changed files with 11 additions and 0 deletions
11
pages/common/hg-branch.md
Normal file
11
pages/common/hg-branch.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue