|
|
|
|
|
by chacha102
3822 days ago
|
|
Everyone who uses Git is using the distributed features. It is not possible to use Git without the distributed features, because every time you do a commit or a merge or a push, you are doing it on your local machine on your own remote. That being said, I will agree with you that most remotes exist on personal computers and not server and we tend to be focused on more centralized servers. I think that is a remnant of the Subversion mentality and is slowly getting better. But, the distributed features of git are alive and well. Maybe not as alive and well as we'd all like. But, alive and well. |
|