|
|
|
|
|
by chubot
5243 days ago
|
|
Yes partly. Doing lots of commits locally before pushing to others is definitely something I like. Another part of it is working disconnected -- with so many people coding on their laptops that's actually a pretty common use case. Also the lack of need to do sysadmin work on git/hg is really nice. I used to run the free Perforce server a long time ago for myself, but it was annoying to do the backups. With git or hg you get whole-repository backups for free. The "big repository with all dependencies model" has its drawbacks but it's interesting that facebook finds a lot of use for it, and that git is unsuitable for it. Perforce is probably still their best choice in that case. |
|
Later this year they are adding p4 Sandbox which allows for disconnected work. When that is complete and working I'm honestly not sure what advantage git will have left other than being free.