[mythtv-users] git confusion

Doug Haber doug at fawnanddoug.com
Sat Jan 1 21:45:13 UTC 2011


Hi Greg,

The deal with git is that everyone has a copy of the entire
repository.  That means all branches (master, OSX, etc).  When you do
a "git pull" it grabs everything, including branches you're not
currently on.  This makes it easy(er) to work with multiple branches,
but if all you care about is master then you can just ignore the extra
stuff.  That said, you should follow the commit list so you know what
all the changes are and how they effect you.

-Doug


More information about the mythtv-users mailing list