I am using TortoiseGit and am working with an svn repository using git-svn.
Sometimes I want to make a one line change and dcommit it to the svn repo immediately (so the CI server will pick up the change).
Currently I have to git commit, then dcommit. It's an extra step for something I want to do quickly...it would be nice if I could just commit and dcommit in one step. Alternatively, is there a command line command I could use to do the same thing?