Skip to content

Instantly share code, notes, and snippets.

@danott
Last active April 27, 2021 15:04
Show Gist options
  • Save danott/6771291 to your computer and use it in GitHub Desktop.
Save danott/6771291 to your computer and use it in GitHub Desktop.
Keep trying to make fetch happen.
#!/bin/sh
#
# Keep trying to make fetch happen
echo "CTRL+C to quit trying to make fetch happen"
while true; do
git fetch
sleep 60
done
@zhubert
Copy link

zhubert commented Sep 18, 2017

nice!

@geolessel
Copy link

🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment