From 6661491528446407efdf7da7cc1cfa0731bc24d6 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 13 Jul 2025 13:48:50 +0200 Subject: checkpoint --- bin/common/gt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2