mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
funny git lg alias
This commit is contained in:
parent
1d2752a52e
commit
7486f2f13f
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
[commit]
|
||||
gpgsign = true
|
||||
[alias]
|
||||
df = difftool
|
||||
c = commit --verbose
|
||||
s = status -s
|
||||
d = diff
|
||||
|
@ -41,6 +42,7 @@
|
|||
dn = diff --numstat
|
||||
ss = status
|
||||
a = add
|
||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
default = current
|
||||
|
|
Loading…
Reference in a new issue