简体   繁体   中英

Using TortoiseGit, can I commit and svn dcommit in one step?

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?

The svn commands from TortoiseGit are:

So regarding the GUI, may be opening a new ticket would be a good idea.

As for the command-line, I do not think there is a native git command able to do that, which leaves a custom script to achieve that sequence (similar in principal to the one in this " Showing commits not yet on master " article, at the end of it).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM