On May 1, 2007, at 9:40 AM, Guilhem Bonnefille wrote:
Hi,
I'm using Git as a SVN frontend (via git-svn). Recently, I made a
topic branch, I did some job on it and wish to "upload" my work (on
the SVN). But, I do not want "pushing" all commits, I only want to
create a single commit on the SVN, while keeping full commits on my
Git repo. But I did not find how to do this.
If you just want to make a commit to Subversion containing all the
changes on your branch, then you should be able to do this:
git svn commit-diff upstream topic
That will take the entire diff between upstream and your topic
branch and make one commit to Subversion containing that diff.
-Adam
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html