global/git: add more short aliases
This commit is contained in:
parent
0c579b5003
commit
9004b7014d
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,8 @@
|
|||
|
||||
aliases = {
|
||||
a = "add -p";
|
||||
ai = "add -i";
|
||||
an = "add -N";
|
||||
co = "checkout";
|
||||
cob = "checkout -b";
|
||||
f = "fetch -p";
|
||||
|
@ -55,6 +57,7 @@
|
|||
p = "push";
|
||||
pfl = "push --force-with-lease";
|
||||
pu = "pull";
|
||||
pua = "pull --autostash";
|
||||
b = "branch";
|
||||
ba = "branch -a";
|
||||
bd = "branch -d";
|
||||
|
@ -86,6 +89,7 @@
|
|||
root = "rev-parse --show-toplevel";
|
||||
fzf = "!git-fzf";
|
||||
edit = "!git-fzf-edit";
|
||||
e = "edit";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue