Skip to content

Instantly share code, notes, and snippets.

@danott
Last active April 27, 2021 15:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
@danielmurphy
Copy link

hahaha

@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