Git: add recommit alias

This commit is contained in:
Marko Korhonen 2023-08-21 16:58:18 +03:00
parent b8818d5439
commit 09b1a3a47a

View file

@ -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