Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github network graph looks like metro map [closed]

Tags:

git

github

I was just wondering if other people working in a team using github for private projects had the same kind of Network map ?

alt text http://a.yfrog.com/img715/1711/95n.png

Or are we doing something obviously wrong ?

like image 967
coulix Avatar asked Jun 04 '10 07:06

coulix


2 Answers

No, it just seems GitHub's network graph sucks.

like image 63
Subimage Avatar answered Oct 02 '22 20:10

Subimage


I don't know if your network graph is common amongst other GitHub projects, but it has only only one issue:

The main reference line (top block one) is not linear.
Meaning anyone pulling from it some time ago is likely, when he/she finally update its local copy, to apply the "RECOVERING FROM UPSTREAM REBASE" paragraph if they want to apply their local work on top of the new history.

Other than that, long-lived branches (like the bottom red one) are always harder to merge (but off course, much easier than with Subversion).
Nothing major though.

like image 35
VonC Avatar answered Oct 02 '22 19:10

VonC