- Tools > External Tools
- Add
- Settings:
- title:
Git Bash
- command:
C:\Program Files (x86)\Git\bin\sh.exe
- arguments:
--login -i
- initial directory:
$(SolutionDir)
Last active
May 20, 2025 08:31
-
-
Save weeksdev/ddd03303a355f46f9fee to your computer and use it in GitHub Desktop.
Add Git Bash as External Tool to Visual Studio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@weeksdev, could you please explain the purpose of passing
--login -i
as arguments? Thanks in advance!