Adding Git Command Line To Visual Studio
If you are an avid Git user like I am, but also happen to work in a Visual Studio environment, you know that getting to your Git Bash command prompt is anything but easy. My typical process looks probably something like yours: Open Visual Studio Open your project you are working on Right click on a folder in the project and choose “Open Folder in Windows Explorer” Back your way up through the folders in Windows Explorer till you get to the parent folder that is the root of your project. Then right click on the root folder of your project and choose “Git Bash Here” Start using Git Bash To me this process got so annoying and tedious that I finally decided to explorer other options to get to my Git Bash prompt. The best one that I have come up with so far and works perfectly for me is adding the Git Bash as an “External Tool” in Visual Studio. To get started you will need a couple of things: ...