fish: reorganize git aliases

This commit is contained in:
dogeystamp 2023-05-26 21:48:47 -04:00
parent 2605209904
commit 88aff999d2
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -45,9 +45,11 @@ end
# git stuff
abbr -a -- gs git status
abbr -a -- gl git log
abbr -a -- gc git commit -S
abbr -a -- ga git add
abbr -a -- gca git commit -aS
abbr -a -- gcs git commit -S
abbr -a -- gc git commit
abbr -a -- gca git commit -a
abbr -a -- gas git commit -aS
abbr -a -- gp git push
abbr -a --position anywhere -- pgh "&& git push gh"