global/git: improve git aliases
This commit is contained in:
parent
cf1eaf4c12
commit
504abd437e
1 changed files with 3 additions and 2 deletions
|
@ -49,14 +49,15 @@
|
|||
f = "fetch -p";
|
||||
c = "commit";
|
||||
p = "push";
|
||||
pu = "pull";
|
||||
ba = "branch -a";
|
||||
bd = "branch -d";
|
||||
bD = "branch -D";
|
||||
d = "diff";
|
||||
dc = "diff --cached";
|
||||
ds = "diff --staged";
|
||||
r = "restore";
|
||||
rs = "restore --staged";
|
||||
r = "restore -p";
|
||||
rs = "restore --staged -p";
|
||||
st = "status -sb";
|
||||
|
||||
# reset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue