rename aliases

This commit is contained in:
2026-06-20 00:51:29 -05:00
parent ccedba3998
commit 656103c592
+2 -1
View File
@@ -6,8 +6,9 @@
ga = "git add ."; ga = "git add .";
gc = "git commit -am"; gc = "git commit -am";
gp = "git push"; gp = "git push";
gpl = "git pull";
gpr = "git pull --rebase"; gpr = "git pull --rebase";
gl = "git pull"; gl = "git log";
}; };
functions = { functions = {