feat(git): aliases for ff and amend
This commit is contained in:
parent
377e79435b
commit
e5b89086f0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue