feat(git): aliases for ff and amend

This commit is contained in:
gliech 2024-07-16 09:17:40 +02:00
parent 377e79435b
commit e5b89086f0

View file

@ -22,5 +22,7 @@
[alias]
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
[init]
defaultBranch = main