From 2b063022b858d3c8ec62bf96d7384d3af7ed978d Mon Sep 17 00:00:00 2001 From: pxgamer Date: Tue, 2 Jan 2018 22:01:08 +0000 Subject: [PATCH] hg-branch: add page --- pages/common/hg-branch.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/hg-branch.md diff --git a/pages/common/hg-branch.md b/pages/common/hg-branch.md new file mode 100644 index 000000000..fa1254812 --- /dev/null +++ b/pages/common/hg-branch.md @@ -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}}`