I’ve been learning git lately. Here are a few tips for sharing branches I’ve collected during the past few weeks.
Create a branch
In git, branches are stored on your local machine. Even the commonly named “master”, is just a branch on your local machine. Master is simply set up to track a branch [...]

read more from this topic.....