git: improve log with patch
This commit is contained in:
parent
f9569c4c42
commit
a3c54fe1fc
1 changed files with 2 additions and 3 deletions
|
@ -9,11 +9,10 @@
|
||||||
l = log --graph --pretty=basic
|
l = log --graph --pretty=basic
|
||||||
ln = log --graph --pretty=name
|
ln = log --graph --pretty=name
|
||||||
ll = log --graph --decorate --stat
|
ll = log --graph --decorate --stat
|
||||||
lp = log --graph -p
|
lp = log -p
|
||||||
la = l --all
|
la = l --all
|
||||||
lna = ln --all
|
lna = ln --all
|
||||||
lla = ll --all
|
lla = ll --all
|
||||||
lpa = lp --all
|
|
||||||
s = status --short
|
s = status --short
|
||||||
ss = status
|
ss = status
|
||||||
|
|
||||||
|
@ -35,7 +34,7 @@
|
||||||
[delta]
|
[delta]
|
||||||
navigate = true # use n and N to navigate diff secitons
|
navigate = true # use n and N to navigate diff secitons
|
||||||
|
|
||||||
commit-decoration-style = "#b58900" box
|
commit-decoration-style = "#b58900" bold box ul
|
||||||
commit-style = raw
|
commit-style = raw
|
||||||
dark = true
|
dark = true
|
||||||
file-decoration-style = "#268bd2" box ul
|
file-decoration-style = "#268bd2" box ul
|
||||||
|
|
Loading…
Add table
Reference in a new issue