Posts tagged with branch
Sharing git branches
Dennis - September 15th, 2008
Published in Programming
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 [...]
1 Comment