Last active
February 8, 2018 17:16
-
-
Save fabienhinault/cccdb679f6ab4494ee10825e3daffb1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
crontab -e