|
|
|
|
|
by manigandham
3826 days ago
|
|
I think that's a different reading of what Distributed means for DVCS. Git is about everyone having a full copy of a repo so they can go through the entire history and branch and commit freely. To actually move a project forward amongst several devs there will inevitably have to be synchronization using push/pull so there's no way to escape that. |
|