add more git alias

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-18 22:14:56 -05:00
parent 0581dbff86
commit ecddf8ad8d

View file

@ -53,6 +53,9 @@ with lib;
gcm = "git commit -m";
stashes = "git stash list";
bd = "branch default";
li = "link_ignored";
bx = "branchdel";
b = "branch";
# ripgrep
rg = "rg --no-ignore";