Answers for "git bash in windows terminal"

-1

git bash in windows terminal

// Add this in Settings.json > profiles > list

{
    "guid": "{00000000-0000-0000-ba54-000000000002}",
    "commandline": "%PROGRAMFILES%/git/usr/bin/bash.exe -i -l",
    "icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico",
    "name" : "Bash",
    "startingDirectory" : "%USERPROFILE%"
}
Posted by: Guest on June-29-2021
0

git bash in cmd

"C:\Program Files\Git\bin\sh.exe" --login
Posted by: Guest on December-16-2020

Browse Popular Code Answers by Language