]> git.donarmstrong.com Git - git.git/commitdiff
add pushall git command
authorDon Armstrong <don@donarmstrong.com>
Tue, 6 Mar 2018 20:54:15 +0000 (12:54 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 6 Mar 2018 20:54:15 +0000 (12:54 -0800)
.gitconfig

index 49661eb045f5a383f1492564dc1bd1307ab830de..b35f3034050977b3b809f1773240886505310703 100644 (file)
@@ -29,3 +29,5 @@
 [alias]
        clone-branches = "! git branch -a | sed -n \"/\\/HEAD /d; /\\/master$/d; /remotes/p;\" | xargs -L1 git checkout -t"
 
+[alias]
+    pushall = "!git remote |xargs -L1 git push --all"