Forrest logo
back to context overview

hg-branch

List of commands for hg-branch:

  • hg-branch:tldr:82194 hg-branch: Show the name of the currently active branch.
    $ hg branch
    try on your machine
    explain this command
  • hg-branch:tldr:a3198 hg-branch: Create a new branch for the next commit.
    $ hg branch ${branch_name}
    try on your machine
    explain this command
back to context overview