diff --git a/pages/common/git-fresh-branch.md b/pages/common/git-fresh-branch.md new file mode 100644 index 000000000..30491abd3 --- /dev/null +++ b/pages/common/git-fresh-branch.md @@ -0,0 +1,9 @@ +# git fresh-branch + +> Create an empty local branch. +> Part of `git-extras`. +> More information: . + +- Create an empty local branch: + +`git fresh-branch {{branch_name}}`