How do I manually install GitExtensions as a plugin for Visual Studio 2010 Beta 2? There is no automatic option in the present installer, only plugin options for Visual Studio 2005/2008.
相关问题
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- Emacs shell: save commit message
- Can I organize Git submodules in a flat hierarchy?
- Upload file > 25 MB on Github
相关文章
- 请教Git如何克隆本地库?
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
- SSIS solution on GIT?
- Is there a version control system abstraction for
- ssh: Could not resolve hostname git: Name or servi
- Cannot commit changes with gitextensions
- git: retry if http request failed
I'm going to try it right now, but it seems that it;s the following package:
http://code.google.com/p/gitextensions/
Regards, Herber
I think the plugin architecture is different for 2010 (not 100% sure on that, but fairly certain), so they might need to alter their code to suit.
The plugin's not really necessary though - personally I find it easier to use GIT outside of VS altogether.