Git: add recommit alias

main
Marko Korhonen 9 months ago
parent 0e8d8d3160
commit a489d13bf0
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -46,6 +46,7 @@ rebase = merges
mergetest = !git switch test && git pull && git merge --no-ff -m \"Merge $1 features to test\" $1
upstream = !git push -u origin HEAD
sync = !git pull && git push
recommit = !git commit -eF $(git rev-parse --git-dir)/COMMIT_EDITMSG
[color]
pager = no

Loading…
Cancel
Save