Added ps and pl aliases
This commit is contained in:
parent
475fbc7886
commit
60d3bc36ae
|
@ -4,3 +4,5 @@
|
||||||
st = status
|
st = status
|
||||||
ci = commit
|
ci = commit
|
||||||
hist = log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(bold blue){{%an}}%C(reset) %C(white)%s %C(red)%d%C(reset)' --graph --date=short
|
hist = log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(bold blue){{%an}}%C(reset) %C(white)%s %C(red)%d%C(reset)' --graph --date=short
|
||||||
|
ps = push
|
||||||
|
pl = pull
|
||||||
|
|
Loading…
Reference in New Issue