summaryrefslogtreecommitdiff
path: root/bin/common/gt
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-07-13 13:48:50 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-07-13 13:48:50 +0200
commit6661491528446407efdf7da7cc1cfa0731bc24d6 (patch)
tree27e6c8a5ca0c960754f3b0d76e2c7df80d9314f6 /bin/common/gt
parentfd1726f2535dcb027a2cd18714d512449df40ff7 (diff)
checkpoint
Diffstat (limited to 'bin/common/gt')
-rwxr-xr-xbin/common/gt7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/common/gt b/bin/common/gt
index c652fa2..467613b 100755
--- a/bin/common/gt
+++ b/bin/common/gt
@@ -91,7 +91,12 @@ while getopts ":a:c:f:dlsheu" opt; do
d)
if [ "$parallel" ]; then
list_repos |
- parallel 'cd {}; cd "$(git rev-parse --show-toplevel || echo .)"; git pull --ff; git add .;git commit --all -m "checkpoint";git push'
+ parallel 'cd {};
+ cd "$(git rev-parse --show-toplevel || echo .)"
+ git pull --ff
+ git add .
+ git commit --all -m "checkpoint"
+ git push'
else
list_repos | while read -r proj
do