Using git as a version control tool, often I need to get past multiple steps before I could push that code live. I missed something that could auto pull the code for every project I create without have to configure a script every time.
There are bunch of ways of doing it, but soon it gets pretty boring and overwhelming when you have to update those codes across multiple servers, or multiple places in a single server. GitPull addresses that issue and trying to solve this simple problem with a simple approach.
FlyWP