add shell alias

This commit is contained in:
Frost-Phoenix 2024-04-22 20:44:06 +02:00
parent 5f5453cf2c
commit ace1beecc9

View file

@ -53,6 +53,7 @@
gpso = "git push origin";
gc = "git commit";
gcm = "git commit -m";
gcma = "git add --all && git commit -m";
gtag = "git tag -ma";
gch = "git checkout";
gchb = "git checkout -b";