Git tip to remove remote branches already merged
Thursday, August 25th, 2016 by Jesper Rønn-JensenLet’s talk about source control and an efficient way of using Git. I like the projects where you have a `master` branch and a few feature branches, which are actively being worked upon. Only a few branches are present at a given time, and this is less confusing for the contributors in the repository. A […]