How to Manage Branches in Git

One of Git's primary strengths is its ability to "fork" work into different branches, writes Agil Antony, so it’s important to understand how to perform such tasks as rename, delete, or find the author of a branch. 

This article explains how to do these common Git tasks for both local and remote branches.

Read more at Opensource.com

Comments