diff --git a/home/git.nix b/home/git.nix index db30f9d..ab4f498 100644 --- a/home/git.nix +++ b/home/git.nix @@ -40,6 +40,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"; # aliases for submodules update = "submodule update --init --recursive";