From 83ff3728a07065614e789166bb4bb38bfa2070ed Mon Sep 17 00:00:00 2001 From: techgaun Date: Mon, 28 Oct 2024 16:40:40 -0500 Subject: [PATCH] shorten feature to feat in branch name --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index aee2c63..2c5c60b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,7 +14,7 @@ b = branch c = clone --recursive --depth 50 commend = commit --amend --no-edit --reset-author - feat = "!f() { git checkout -b feature/$1; }; f" + feat = "!f() { git checkout -b feat/$1; }; f" bug = "!f() { git checkout -b bugfix/$1; }; f" hfix = "!f() { git checkout -b hotfix/$1; }; f" cm = commit -m