fish: add git aliases

This commit is contained in:
dogeystamp 2023-05-06 16:54:01 -04:00
parent ea607c0113
commit f8564f4b79
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -41,6 +41,14 @@ function musrec
end
end
# git stuff
abbr -a -- gs git status
abbr -a -- gl git log
abbr -a -- gc git commit -S
abbr -a -- gca git commit -aS
abbr -a -- gp git push
abbr -a --position anywhere -- gh "&& git push gh"
# problem solving
# ---------------
# use abbreviations instead of aliases/functions because