diff --git a/homes/common/git.nix b/homes/common/git.nix index 6e17c43..c1fb8c0 100644 --- a/homes/common/git.nix +++ b/homes/common/git.nix @@ -14,6 +14,7 @@ }; aliases = { + pushall = "!git remote | xargs -L1 git push --all"; graph = "log --graph --oneline --decorate"; unstage = "reset HEAD --"; co = "checkout";