fix(git): reuse commit message in amend alias
This commit is contained in:
parent
9ff1a90719
commit
8cd9134e10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue