diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-07-13 13:48:50 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-07-13 13:48:50 +0200 |
| commit | 6661491528446407efdf7da7cc1cfa0731bc24d6 (patch) | |
| tree | 27e6c8a5ca0c960754f3b0d76e2c7df80d9314f6 | |
| parent | fd1726f2535dcb027a2cd18714d512449df40ff7 (diff) | |
checkpoint
| -rwxr-xr-x | bin/common/gt | 7 |
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 |
