global/git: add more short aliases
This commit is contained in:
parent
4297b90dd1
commit
c19033e8eb
1 changed files with 7 additions and 0 deletions
|
@ -48,8 +48,14 @@
|
||||||
cob = "checkout -b";
|
cob = "checkout -b";
|
||||||
f = "fetch -p";
|
f = "fetch -p";
|
||||||
c = "commit";
|
c = "commit";
|
||||||
|
ca = "commit -a";
|
||||||
|
caa = "commit -a --amend";
|
||||||
|
can = "commit --amend --no-edit";
|
||||||
|
caan = "commit -a --amend --no-edit";
|
||||||
p = "push";
|
p = "push";
|
||||||
|
pfl = "push --force-with-lease";
|
||||||
pu = "pull";
|
pu = "pull";
|
||||||
|
b = "branch";
|
||||||
ba = "branch -a";
|
ba = "branch -a";
|
||||||
bd = "branch -d";
|
bd = "branch -d";
|
||||||
bD = "branch -D";
|
bD = "branch -D";
|
||||||
|
@ -58,6 +64,7 @@
|
||||||
ds = "diff --staged";
|
ds = "diff --staged";
|
||||||
r = "restore -p";
|
r = "restore -p";
|
||||||
rs = "restore --staged -p";
|
rs = "restore --staged -p";
|
||||||
|
sw = "switch";
|
||||||
st = "status -sb";
|
st = "status -sb";
|
||||||
|
|
||||||
# reset
|
# reset
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue