Skip to content

Instantly share code, notes, and snippets.

@fabienhinault
Last active February 8, 2018 17:16
Show Gist options
  • Save fabienhinault/cccdb679f6ab4494ee10825e3daffb1f to your computer and use it in GitHub Desktop.
Save fabienhinault/cccdb679f6ab4494ee10825e3daffb1f to your computer and use it in GitHub Desktop.
# m h dom mon dow command
0 * * * * for d in ~/projetcs/*/git/* ; do echo $d; if [ $(git -C $d symbolic-ref --short HEAD | grep develop) ] ; then git -C $d pull --ff-only ; else git -C $d fetch ; fi ; done
@fabienhinault
Copy link
Author

crontab -e

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