Branching Model: clean-up those repos
Usually, most rookie developers don’t use a VCS (Versioning Control System), like SVN or GIT, in this post I won’t talk about the benefits of using one. This post is dedicated to who are already using a VCS without using a branching model.
So, what’s a branch? A branch is a separate development line, where you or your team can…