How to set a keyboard shortcut to commit AnkhSVN in Visual Studio 2010?

I want to set a key combination to open the "Commit Solution" window, I just need to find a command for it.

I am using AnkhSVN with Visual Studio 2010.

screenshot

Any help would be appreciated. Thanks

+4
source share
1 answer
  • Use CommitPendingChangesfor immediate fixation.

  • Use File.CommitItemto display the Commit to Subversion dialog (the one where you can select items to commit and enter a log message).

, Ctrl - A + Ctrl - C .

+3

Source: https://habr.com/ru/post/1546539/


All Articles