feat: add git pushall alias
This commit is contained in:
parent
0200586ff8
commit
0afd702ecc
@ -14,6 +14,7 @@
|
||||
};
|
||||
|
||||
aliases = {
|
||||
pushall = "!git remote | xargs -L1 git push --all";
|
||||
graph = "log --graph --oneline --decorate";
|
||||
unstage = "reset HEAD --";
|
||||
co = "checkout";
|
||||
|
Loading…
Reference in New Issue
Block a user