global/git: improve git aliases

This commit is contained in:
Infinidoge 2024-06-16 15:00:45 -04:00
parent cf1eaf4c12
commit 504abd437e
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -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