fix(git): reuse commit message in amend alias

This commit is contained in:
gliech 2024-12-04 20:23:32 +01:00
parent 9ff1a90719
commit 8cd9134e10

View file

@ -23,6 +23,6 @@
graph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
chronograph = graph --date-order
ff = merge --ff-only
amend = commit --amend
amend = commit --amend --reuse-message=HEAD
[init]
defaultBranch = main