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
Agent Git - MSSCCI for Git
Re: Agent Git - MSSCCI for Git
**Agent Git Configuration utility
What information do we need to put in the "Git project Manager"?
What information do we need to put in the "Git project Manager"?
Re: Agent Git - MSSCCI for Git
As part of the MS-SCCI there is an option to Launch the Source Control from inside the IDE.What information do we need to put in the "Git project Manager"?
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): 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