;dev: push: ensure git's pager doesn't stop progress

This commit is contained in:
Simon Michael 2023-05-27 12:47:32 -10:00
parent 96cdc0cb96
commit 502b80ad81

View File

@ -36,6 +36,9 @@ ciwait() {
sleep $MAINPUSHDELAY
}
# ensure git's use of pager doesn't stop progress
export PAGER=cat
echo "latest local commits are:"
gitlog
echo "force-pushing $LOCALBRANCH to $REMOTE/$REMOTECIBRANCH"