mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:22:07 +02:00
180 B
180 B
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}}