does dcommit stand for Distributed Commit? Something else?

link|improve this question

feedback

2 Answers

up vote 10 down vote accepted

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).
link|improve this answer
feedback

Anyway, the everyday use shows how it is useful to don't misunderstand with the standard "git commit". Using the "git sh" is useful as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.