added some git aliases

This commit is contained in:
2026-03-23 20:39:02 -04:00
parent 4c462c21f3
commit 937deb7079

View File

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