dotfiles/git/aliases

9 lines
268 B
Plaintext
Raw Normal View History

2017-03-30 09:40:37 +02:00
[alias]
d = difftool
co = checkout
st = status
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
2018-08-22 16:35:52 +02:00
ps = push
pl = pull