git: add "unstage" alias

This commit is contained in:
Romain Paquet 2026-04-04 14:31:55 +02:00
parent 1ab18ad904
commit 714bf33680

View file

@ -31,6 +31,7 @@
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
root = rev-parse --show-toplevel
unstage = restore --staged
[column]
ui = auto
[branch]