Top "Git-bash" questions

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

How do I run msysgit in cmder?

I was using msysgit and git-bash in cmder when I accidentally exited out of it. Now I can't seem to …

git msysgit git-bash
Mysysgit "(END)" displays, how do I proceed?

While using mysysgit under Windows, I do not know how to regain control of the console windows after running git …

windows git logging git-bash
What's the use of the staging area in Git?

What is the point of git add . or git add <filename> to add it to the staging area? …

bash git github repository git-bash
git diff filtered by file name

I would like the results of git diff to be filtered by the file name. In particular, I want a …

git bash git-diff git-bash
Backspace and arrow keys aren't working in IRB(Git Bash console) on windows machine

I just installed ruby 1.9.2 on windows machine and Backspace or any other arrow keys don't work. This happens only when …

ruby irb git-bash
ZSH auto completion for git takes significant amount of time, can I turn it off or optimize it?

Git's tab autocompletion is useful for small projects, but I'm currently working on two big projects that use git and …

git bash zsh git-bash zsh-completion
How to install Git Shell for Windows?

My research led me to install GitHub Desktop (for Windows), as it seemed like Git Shell would be installed at …

git github git-bash git-shell
Bash in Git for Windows: Weirdness when running a command with CMD.exe /C with args

This is more of an annoyance rather than a problem but I would very much like to understand the semantics …

windows git bash cmd git-bash
How to change title of Git terminal in Windows?

I work in Windows 10 and usually I have up to 5 CMD windows open. I work this way because I need …

windows git bash git-bash titlebar
Can't start foreman in Heroku Tutorial using Python

I have been attempting to complete this tutorial, but have run into a problem with the foreman start line. I …

python ruby heroku foreman git-bash