fixed new aliases

This commit is contained in:
2026-03-25 11:33:20 -04:00
parent 43c5308feb
commit 915ecc73e8

View File

@@ -41,11 +41,11 @@
ca = "commit -am";
dc = "diff --cached";
amend = "commit --amend -m";
wipe = "git reset --hard";
gg = "git reset --hard";
ggs = "git reset --hard";
sw = "git switch";
r = "git restore";
wipe = "reset --hard";
gg = "reset --hard";
ggs = "reset --hard";
sw = "switch";
r = "restore";
# aliases for submodules
update = "submodule update --init --recursive";