Skip to content

Commit

Permalink
shorten feature to feat in branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Oct 28, 2024
1 parent 14bc964 commit 83ff372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83ff372

Please sign in to comment.