6 ms·
I’d say that the key distinguishing characteristic is that your non-merge interactions with GIT do not rely upon a connection to the master server. I think it
by d-man 2y ago
I’d say that the key distinguishing characteristic is that your non-merge interactions with GIT do not rely upon a connection to the master server.
I think it would be possible to have a DVCS without the full repo history and metadata. Doubt that it would be worth the effort though.
- erik_seaberg 2y agoHaving been on call 24/7 for production services, I found "git log" absolutely essential, almost more so than the latest code. We were usually expected to roll back rather than take additional risk fixing forward on outages, so the question was "roll back to what?"