Added more aliases
This commit is contained in:
parent
d216b3027a
commit
c18e9e4bcc
1 changed files with 7 additions and 0 deletions
|
@ -6,3 +6,10 @@
|
|||
[alias]
|
||||
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
st = status -sb
|
||||
a = add
|
||||
c = commit
|
||||
co = checkout
|
||||
ps = push
|
||||
pl = pull
|
||||
[color]
|
||||
ui = auto
|
||||
|
|
Loading…
Reference in a new issue