Does dcommit
stand for Distributed Commit? Something else?
Asked
Active
Viewed 1,732 times
20

Lernkurve
- 20,203
- 28
- 86
- 118

Pete Hodgson
- 15,644
- 5
- 38
- 46
1 Answers
20
According to this link, it stands for Delta Commit
. More specifically:
- The command to use is git svn dcommit. The d stands for delta (there used to be a git svn commit command that has since been renamed to git svn set-tree because its behaviour was considered a little 'surprising' for first-time users).

LittleBobbyTables - Au Revoir
- 32,008
- 25
- 109
- 114