Git-Source-Control-Provider
Git-Source-Control-Provider copied to clipboard
Add Git Console to Pending Changes Window
This will let user run git commands without leaving Visual Studio.
The console idea was tried in history viewer before, but run into some problem. e.g. it does not work when pushing through https where user needs to type in password.
c41464a is the commit remove the experimental console.
What about a "Git Bash" command like Git Extensions provides?