diff --git a/nix/core.nix b/nix/core.nix index 8985da6..4bf71b2 100644 --- a/nix/core.nix +++ b/nix/core.nix @@ -186,6 +186,9 @@ "ga" = "git add"; "gc" = "git commit"; "gr" = "git stash && gicm && git rebase main"; + "gs" = "git status"; + "gl" = "git log"; + "gp" = "git push"; }; };