git: add simple aliases
parent
dd14c04e0c
commit
4007d40c4d
|
@ -3,6 +3,10 @@
|
||||||
interactive = auto
|
interactive = auto
|
||||||
[alias]
|
[alias]
|
||||||
st = status
|
st = status
|
||||||
|
ci = commit
|
||||||
|
co = checkout
|
||||||
|
pr = pull --rebase
|
||||||
|
diffc = diff --cached
|
||||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
||||||
ll = log --stat --abbrev-commit
|
ll = log --stat --abbrev-commit
|
||||||
[diff]
|
[diff]
|
||||||
|
|
Loading…
Reference in New Issue