|
|
|
|
|
by rileymat2
1961 days ago
|
|
That is fine, but what git does not have is branches baked into the history of the repo like HG or svn does. With git you can see this if you merge things back and forth then remove the branch names. There is no way to tell which commit was on was which branch. You just have the graph of commits. This is not true of HG, it is always there baked into the history. |
|