Suppose you have 20 git-repositories, which you actively pull and push from/to central location (e.g. github). Don't you think pulling them by hand is too mechanical? And what if you forget to pull some?
I wrote little gradle script capable of automated git-pull:
https://gist.github.com/akhikhl/5727210
You drink your morning coffee and the machine does the job for you.
Credits come to the creators of excellent gradle-git plugin:
https://github.com/ajoberstar/gradle-git
I wrote little gradle script capable of automated git-pull:
https://gist.github.com/akhikhl/5727210
You drink your morning coffee and the machine does the job for you.
Credits come to the creators of excellent gradle-git plugin:
https://github.com/ajoberstar/gradle-git
Комментариев нет:
Отправить комментарий