Add gba abbreviation
All checks were successful
/ check (push) Successful in 1m27s

This commit is contained in:
Oliver Davies 2025-06-28 10:23:23 +01:00
parent 1fa05e8917
commit 501683c5ab

View file

@ -24,6 +24,7 @@
gan = "git add -N";
gap = "git add -p";
gb = "git branch";
gba = "git branch --all";
gbl = "git blame";
gc = "git commit";
gca = "git commit --amend";