DEV Community

Discussion on: Git TIP - Why you should not keep a local master branch ?

Collapse
 
madmathmike profile image
MadMathMike

This article is a good reminder about some aspects of git branching, but the article never states why you should checkout origin/master directly. Why is checking out origin/master better than checking out a local copy (master)?

Collapse
 
anduser96 profile image
Andrei Gatej

I was thinking of the same question!