Skip to content

Commit

Permalink
Add an alias for git commit with template
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed Jan 14, 2025
1 parent 273b218 commit 783a1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dot_config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
[alias]
br = branch
ci = commit
cim = !"git commit --template=$(for i in $(git --rev-parse --show-toplevel)/git-co-authors.txt ${HOME}/git-co-authors.txt; do [ -f $i ] && echo $i && break; done)"
ch = cherry-pick
co = checkout
di = diff --ignore-space-change
Expand Down

0 comments on commit 783a1d4

Please sign in to comment.