Page 1 of 1
Agent Git - MSSCCI for Git
Posted: Wed Sep 27, 2017 3:31 pm
by jussij
Agent Git is an implementation of the Microsoft Source Code Control Interface (MSSCCI) and is designed to allow Git to work with any IDE supporting the MSSCCI.
More details can be found here:
http://www.zeusedit.com/agentgit/index.html
Re: Agent Git - MSSCCI for Git
Posted: Fri Oct 27, 2017 1:39 pm
by rsgm99
**Agent Git Configuration utility
What information do we need to put in the "Git project Manager"?
Re: Agent Git - MSSCCI for Git
Posted: Fri Oct 27, 2017 11:15 pm
by jussij
What information do we need to put in the "Git project Manager"?
As part of the MS-SCCI there is an option to
Launch the Source Control from inside the IDE.
As an example here is where that feature is found in the Visual Studio IDE (which in this case is configure to use Agent SVN):

- launch.png (26.32 KiB) Viewed 28389 times
When you have nothing defined in the
Git project Manager setting, what gets launched is the
Agent Git configuration dialog.
However, if you enter in a command into that entry field, that launch action will instead run that that command.
So you can basically put in any command you like (or just leave it blank) and then that command will be available as a shortcut from inside the IDE.
Cheers Jussi