From 49197d3f6e2c53c17af7b998071ea3b189f74886 Mon Sep 17 00:00:00 2001 From: Sadeeed Date: Fri, 13 Oct 2023 14:24:01 +0500 Subject: [PATCH 1/4] git-fresh-branch: add page --- 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 0000000000000..0975f191604e3 --- /dev/null +++ b/pages/common/git-fresh-branch.md @@ -0,0 +1,9 @@ +# git fresh branch + +> Creates an empty local branch. +> Part of `git-extras`. +> More information: . + +- [c]reate an empty local branch: + +`git fresh-branch {{branch_name}}` From a1c858ec34b7e3945545f08a75418b55281e3d4c Mon Sep 17 00:00:00 2001 From: Sadeeed Date: Fri, 13 Oct 2023 14:31:35 +0500 Subject: [PATCH 2/4] git-fresh-branch: fix command name --- pages/common/git-fresh-branch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-fresh-branch.md b/pages/common/git-fresh-branch.md index 0975f191604e3..70e1c4030f4ad 100644 --- a/pages/common/git-fresh-branch.md +++ b/pages/common/git-fresh-branch.md @@ -1,4 +1,4 @@ -# git fresh branch +# git fresh-branch > Creates an empty local branch. > Part of `git-extras`. From 07523719a6e39a4397c9ad6bbf3cc6d979448fe6 Mon Sep 17 00:00:00 2001 From: Sadeed Date: Sat, 14 Oct 2023 12:46:27 +0500 Subject: [PATCH 3/4] git-fresh-branch: fix command description Co-authored-by: Reinhart Previano Koentjoro --- pages/common/git-fresh-branch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-fresh-branch.md b/pages/common/git-fresh-branch.md index 70e1c4030f4ad..1e98ce343e060 100644 --- a/pages/common/git-fresh-branch.md +++ b/pages/common/git-fresh-branch.md @@ -4,6 +4,6 @@ > Part of `git-extras`. > More information: . -- [c]reate an empty local branch: +- Create an empty local branch: `git fresh-branch {{branch_name}}` From ed718df5ac5fae8370a093075be4af201eedc8d5 Mon Sep 17 00:00:00 2001 From: Sadeed Date: Sat, 14 Oct 2023 12:47:16 +0500 Subject: [PATCH 4/4] git-fresh-branch: fix description Co-authored-by: Reinhart Previano Koentjoro --- pages/common/git-fresh-branch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-fresh-branch.md b/pages/common/git-fresh-branch.md index 1e98ce343e060..30491abd3d192 100644 --- a/pages/common/git-fresh-branch.md +++ b/pages/common/git-fresh-branch.md @@ -1,6 +1,6 @@ # git fresh-branch -> Creates an empty local branch. +> Create an empty local branch. > Part of `git-extras`. > More information: .