I usually just ```while true; do git push || tru...
# chipignite
u
I usually just
Copy code
while true; do
  git push || true
  sleep 60
done