Tag Archives: branch

Create and merge git branches

Following the philisophy of git, branching is an essential and much used part of the development procedure. When a new feature is developed or a bigger change is to be implemented, a branch is created to work on and later … Continue reading

Posted in Version control system | Tagged , , | Comments Off on Create and merge git branches