mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 02:56:10 +02:00
Add alias to colored reflog
This commit is contained in:
parent
29e29bd48a
commit
853440b555
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
diffdir = difftool --dir-diff
|
diffdir = difftool --dir-diff
|
||||||
graph = log --graph --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)'
|
graph = log --graph --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)'
|
||||||
|
last = log --walk-reflogs --date=relative --format=format:'%C(yellow)%h%C(reset) %C(white)%gd%C(reset) %gs %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)'
|
||||||
|
|
||||||
stage = add
|
stage = add
|
||||||
unstage = reset -q HEAD --
|
unstage = reset -q HEAD --
|
||||||
|
|
Loading…
Add table
Reference in a new issue