update git log alias

This commit is contained in:
Sami Samhuri 2017-04-19 21:59:01 -07:00
parent a1597cc579
commit b5f3f21b64
No known key found for this signature in database
GPG key ID: F76F41F04D99808F

View file

@ -2,13 +2,7 @@
name = Sami Samhuri
email = sami@samhuri.net
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
co = checkout
b = branch
d = diff
lo = log --oneline
a = add
c = commit
l = log --graph --abbrev-commit --date=relative --pretty=format:'%Cred%h%Creset %C(yellow)%d%Creset %s %Cgreen(%an, %C(bold green)%cr%Cgreen)%Creset'
g = grep --break --heading --line-number
[push]
default = upstream