feat: add git pushall alias

This commit is contained in:
Maddie H 2024-10-07 15:20:52 +01:00
parent 0200586ff8
commit 0afd702ecc
Signed by: maddie
GPG Key ID: C296DE8C9053683F

View File

@ -14,6 +14,7 @@
}; };
aliases = { aliases = {
pushall = "!git remote | xargs -L1 git push --all";
graph = "log --graph --oneline --decorate"; graph = "log --graph --oneline --decorate";
unstage = "reset HEAD --"; unstage = "reset HEAD --";
co = "checkout"; co = "checkout";