config/git: configure reflog format & add stash to st
This commit is contained in:
parent
67e7d711be
commit
140d96d355
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
# GET INFO
|
# GET INFO
|
||||||
st = status -sb
|
st = status --short --branch --show-stash
|
||||||
stv = --paginate status -v
|
stv = --paginate status -v
|
||||||
stvv = --paginate status -vv
|
stvv = --paginate status -vv
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
b = branch -vv
|
b = branch -vv
|
||||||
ba = b -a
|
ba = b -a
|
||||||
|
|
||||||
ref = reflog
|
ref = reflog show --pretty=tformat:'%C(auto)%h%d %s %Cgreen(%cd) %Cblue<%an>%Creset'
|
||||||
rev = rev-parse --short
|
rev = rev-parse --short
|
||||||
head = rev-parse --short HEAD
|
head = rev-parse --short HEAD
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
|
|
Loading…
Reference in New Issue