Fixed git hist

This commit is contained in:
Austen Adler 2014-05-27 19:36:53 -04:00
parent 89a1a6e543
commit 96a6af9621

View File

@ -8,11 +8,10 @@
a = add
st = status
br = branch -av
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
hist = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit
type = cat-file -t
dump = cat-file -p
d = difftool
lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit
[push]
default = matching
[core]