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";
|
||||
f = "fetch -p";
|
||||
c = "commit";
|
||||
ca = "commit -a";
|
||||
caa = "commit -a --amend";
|
||||
can = "commit --amend --no-edit";
|
||||
caan = "commit -a --amend --no-edit";
|
||||
p = "push";
|
||||
pfl = "push --force-with-lease";
|
||||
pu = "pull";
|
||||
b = "branch";
|
||||
ba = "branch -a";
|
||||
bd = "branch -d";
|
||||
bD = "branch -D";
|
||||
|
@ -58,6 +64,7 @@
|
|||
ds = "diff --staged";
|
||||
r = "restore -p";
|
||||
rs = "restore --staged -p";
|
||||
sw = "switch";
|
||||
st = "status -sb";
|
||||
|
||||
# reset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue