Pull multiple branches with one simple nodejs script
Doing my daily work routine I found myself pulling the latest changes from different branches many times per day so I thought it could be nice to automate that process. I ended up doing this with a small script that run on nodejs. This task can be achieved in many…