We had problems with the performance of Github - it took to long for the POST Hook to get triggered, hence we added a pull on GET - so you can just call the URL to trigger the pull for all registered repos.
The feature can be activated via -g or --get-to-pull.
Since my IDE is very annoying in this regard, I added PEP 8 compliance as well
We had problems with the performance of Github - it took to long for the POST Hook to get triggered, hence we added a pull on GET - so you can just call the URL to trigger the pull for all registered repos.
The feature can be activated via
-g
or--get-to-pull
.Since my IDE is very annoying in this regard, I added PEP 8 compliance as well