From c595b073fd6d4eafaf151f305a0ea80f69991111 Mon Sep 17 00:00:00 2001 From: Sadeed Date: Sat, 14 Oct 2023 12:51:32 +0500 Subject: [PATCH] git-fresh-branch: add page (#10972) * git-fresh-branch: add page * git-fresh-branch: fix command name * git-fresh-branch: fix command description Co-authored-by: Reinhart Previano Koentjoro * git-fresh-branch: fix description Co-authored-by: Reinhart Previano Koentjoro --------- Co-authored-by: Reinhart Previano Koentjoro --- pages/common/git-fresh-branch.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/git-fresh-branch.md 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}}`