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