Add Git Bash to the Windows Terminal
I like using Git Bash, especially when I’m working with the Azure CLI. To make switching easier, I added Git Bash to Windows Terminal so I can move between it and PowerShell without hassle. To add Git Bash as a profile in Windows Terminal: Find the installation directory of Git for Windows. For my installation, it is under C:\Program Files\Git Within this directory, navigate to usr\bin to find bash.exe. The full path is something like C:\Program Files\Git\usr\bin\bash.exe ...