diff options
| -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 |
