]> git.sev.monster Git - dotfiles.git/commitdiff
rename git aliases, simplify push-all
authords6 <git@ds6.pw>
Thu, 19 Mar 2020 02:50:35 +0000 (21:50 -0500)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:39 +0000 (16:27 -0500)
base/.gitconfig

index 70f8a2ca6a5fd78ffde66276131d4e1fa570c238..f20bd0274bec1ea31f9e133b0e610bd3f96dae11 100644 (file)
@@ -3,5 +3,5 @@
        name = ds6
 
 [alias]
-       pushall = !git remote | tr -s '\\n' '\\0' | xargs -0 -P3 git push
-       pull-submodules = submodule foreach git pull origin master
+       push-all = !git remote | xargs -n1 git push
+       submodules-pull = submodule foreach git pull origin master
This page took 0.040107 seconds and 4 git commands to generate.