update git log alias
This commit is contained in:
parent
a1597cc579
commit
b5f3f21b64
1 changed files with 1 additions and 7 deletions
|
|
@ -2,13 +2,7 @@
|
||||||
name = Sami Samhuri
|
name = Sami Samhuri
|
||||||
email = sami@samhuri.net
|
email = sami@samhuri.net
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
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'
|
||||||
co = checkout
|
|
||||||
b = branch
|
|
||||||
d = diff
|
|
||||||
lo = log --oneline
|
|
||||||
a = add
|
|
||||||
c = commit
|
|
||||||
g = grep --break --heading --line-number
|
g = grep --break --heading --line-number
|
||||||
[push]
|
[push]
|
||||||
default = upstream
|
default = upstream
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue