1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[git] Improve git lol

This commit is contained in:
Hyacinthe Cartiaux 2016-03-11 15:19:08 +01:00
parent 5af548c6a8
commit d01eb2382b

View file

@ -32,7 +32,7 @@
w = whatchanged --abbrev-commit
ls = ls-files
gr = log --graph --oneline --decorate
lol = log --graph --pretty=format:\"%C(yellow)%h%Creset%C(cyan)%C(bold)%d%Creset %C(cyan)(%cr)%Creset %C(green)%cn%Creset %s\"
lol = log --graph --pretty=format:'%C(yellow)%h%Creset%C(cyan)%C(bold)%d%Creset %C(cyan)(%cd)%Creset %C(green)%cn%Creset %s' --date=format:'%Y-%m-%d %H:%M:%S'
unstage = reset HEAD --
last = log -1 HEAD
amend = commit --amend