Top "Git-bash" questions

Git Bash is a bash shell bundled with Git for Windows that enables use of Git from the command line.

Running .sh scripts in Git Bash

I'm on a Windows machine using Git 2.7.2.windows.1 with MinGW 64. I have a script in C:/path/to/scripts/myScript.…

executable git-bash
"Permission Denied" trying to run Python on Windows 10

Seems as though an update on Windows 10 overnight broke Python. Just trying to run python --version returned a "Permission Denied" …

python-3.x windows windows-store-apps file-permissions git-bash
Change the location of the ~ directory in a Windows install of Git Bash

I am not even sure I am asking the right question. Let me explain my situation: This is about Git …

git msysgit git-bash mingw32 msys2
Set an environment variable in git bash

When I punch from the windows gitbash command line: set $HOME = c and do : echo $HOME It does not set …

git git-bash
Does Git Add have a verbose switch

I am in the process of moving all my private an public repo's over to github. One of the decisions …

git github git-bash
Bash mkdir and subfolders

Why I can't do something like this? mkdir folder/subfolder/ in order to achive this I have to do: mkdir …

bash mkdir git-bash
What is the exact meaning of Git Bash?

Git Bash I have been working with Git Bash for the last two days. I know now the basic operations …

git-bash
How do I launch a Git Bash window with particular working directory using a script?

How can I launch a new Git Bash window with a specified working directory using a script (either Bash or …

bash shell batch-file git-bash
How can I change the user on Git Bash?

I want to sign out an actual user so I can sign in with another user. What I see in …

git-bash
Adding Git-Bash to the new Windows Terminal

I'm trying to add a new terminal (Git Bash) to the new Windows Terminal, however I can't get it to …

git-bash windows-terminal