yysun / Git-Source-Control-Provider

Git Source Control Provider is a visual studio plug-in that integrates Git with visual studio solution explorer.

Home Page:http://gitscc.codeplex.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Git Console to Pending Changes Window

yysun opened this issue · comments

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?