add more git alias
This commit is contained in:
parent
0581dbff86
commit
ecddf8ad8d
1 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,9 @@ with lib;
|
||||||
gcm = "git commit -m";
|
gcm = "git commit -m";
|
||||||
stashes = "git stash list";
|
stashes = "git stash list";
|
||||||
bd = "branch default";
|
bd = "branch default";
|
||||||
|
li = "link_ignored";
|
||||||
|
bx = "branchdel";
|
||||||
|
b = "branch";
|
||||||
|
|
||||||
# ripgrep
|
# ripgrep
|
||||||
rg = "rg --no-ignore";
|
rg = "rg --no-ignore";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue