Add an abbreviation for pushing Git tags
All checks were successful
/ check (push) Successful in 1m25s

This commit is contained in:
Oliver Davies 2025-05-28 13:16:43 +01:00
parent 8e8396836d
commit a50ea1d336

View file

@ -55,6 +55,7 @@
gplr = "git pull --rebase";
gpo = "git push origin";
gpom = "git push origin main";
gpt = "git push --tags";
gr = "git rebase";
gra = "git rebase --abort";
grc = "git rebase --continue";