diff options
Diffstat (limited to 'bin/common/gt')
| -rwxr-xr-x | bin/common/gt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/common/gt b/bin/common/gt index 0887742..c466be1 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -96,7 +96,7 @@ while getopts ":a:c:f:dlsheu" opt; do git pull --ff > /dev/null git add . git commit --all -m "checkpoint" > /dev/null - git push > /dev/null + git push 2> /dev/null printf '\''{}: done.\n'\'' ' else @@ -108,7 +108,7 @@ while getopts ":a:c:f:dlsheu" opt; do git pull --ff > /dev/null git add . git commit --all -m "checkpoint" > /dev/null - git push > /dev/null + git push 2> /dev/null printf '%s: done.\n' "$proj" ) done |
