Currently, when I run git svn dcommit git creates a separate commit in SVN for every local commit I've made since last syncing with SVN. Is there any way for dcommit to instead combine all my recent local commits into one commit for SVN?
|
1
|
|
|
|
|
|
should bring you to the menu where you can pick commits or squash them all into 1 commit in order to avoid polluting your svn repository. This is a really good (but short) resource on working with git-svn. |
||||||||||
|
|
|
No, but you can squish all the commits together pretty easily. For the following example, I'm going to assume you're on the
Instead of using a temporary tag you could also just use the reflog (i.e. use |
||
|
