git: add c alias to commit
This commit is contained in:
parent
80e4643bbd
commit
e14c0eeef2
|
@ -9,6 +9,7 @@
|
|||
s = status --short --branch
|
||||
ll = log --graph --decorate --pretty=format:'%C(yellow)%h %Cred%ad %Cgreen%d %Creset%s' --date=short --all
|
||||
dw = diff -w
|
||||
c = commit
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
|
|
Loading…
Reference in New Issue