Skip to content

Instantly share code, notes, and snippets.

@yordanoweb
Last active January 13, 2025 19:51
Show Gist options
  • Save yordanoweb/a0d3e1c01b31ae2faa864f61b313a6e2 to your computer and use it in GitHub Desktop.
Save yordanoweb/a0d3e1c01b31ae2faa864f61b313a6e2 to your computer and use it in GitHub Desktop.
Retry command

Retry command

timeout 10 bash -c 'until git push -v; do sleep 10; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment