added more git aliases

This commit is contained in:
2026-03-25 02:11:06 -04:00
parent a1c0407f02
commit 43c5308feb

View File

@@ -31,6 +31,7 @@
a = "add";
ap = "add -p";
br = "branch";
cb = "checkout -b";
co = "checkout";
st = "status -sb";
status = "status -sb";