About 157,000 results
Open links in new tab
  1. Adding Git-Bash to the new Windows Terminal - Stack Overflow

    Jul 1, 2019 · I'm trying to add a new terminal (Git Bash) to the new Windows Terminal. However, I can't get it to work. I tried changing the commandline property in the profiles array to git-bash.exe but no …

  2. Git for Windows: .bashrc or equivalent configuration files for Git Bash ...

    Jul 30, 2011 · Create a .bashrc file under ~/.bashrc and away you go. Similarly for ~/.gitconfig. ~ is usually your C:\Users\<your user name> folder. Typing echo ~ in the Git Bash terminal will tell you …

  3. Git Bash in Windows Terminal is opening in a separate window

    May 23, 2020 · I want to add git bash to the windows terminal, however, when I add a new git bash tab in the terminal the git bash opens in a different window. Here's my configuration:

  4. How to customize git bash shell configuration on Windows

    Jul 26, 2022 · Don't think of git-bash as having anything to do with Git, because it doesn't. It's just included with Git-for-Windows because Git needs bash (well, any shell, but bash was there).

  5. GitBash not showing up as a terminal option in Visual Studio Code

    Jun 21, 2021 · I had my git installed to -> "D:\Git" previously, and I did not see bash terminal show up in the drop-down when I wanted to add a new terminal in VS Code. So, I copied the Git folder to -> …

  6. How to open a new git-bash tab in Windows Terminal in the same ...

    Aug 31, 2020 · 7 I was able to integrate git-bash in the (new) Windows10 Terminal. (This app from Microsoft's AppStore is able to host more than one console-app in one single window, organized in …

  7. Git for Windows doesn't execute my .bashrc file

    Aug 24, 2015 · 113 OK, I found out the problem. Quite simply, the bash terminal used by the latest Git for Windows 2.5.0 (mintty) doesn't bother to read .bashrc - it reads .bash_profile. So you can set up …

  8. VSCode Integrated Terminal Doesn't Load .bashrc or .bash_profile

    Aug 13, 2018 · This may make it easier to customize. If an older installation of VSCode is in use, first remove the (now legacy) settings terminal.integrated.shell.xxx and terminal.integrated.shellargs.xxx …

  9. Where is the .bashrc file on Windows? (Daniel Kehoe's learn-rails ...

    Mar 5, 2018 · 5 .bashrc , .bash_profile are used in unix based operating systems for the terminal. In windows you set environment variables differently. In windows 10, search for environment variables …

  10. bash - Change the default terminal in Visual Studio Code - Stack …

    Jun 8, 2017 · I am using Visual Studio Code on my Windows 10 PC. I want to change my default terminal from Windows PowerShell to Bash on Ubuntu (on Windows). How can I do that?