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 to run Docker container from Java project?

How to run a docker container from java code? I'm trying to make a SaaS using docker, once the user …

java docker saas git-bash
Git Bash gets stuck on diff / log, spontaneously repeats same command over and over

I'm having an odd problem with Git Bash on Windows 7 / XP. It used to work fine, but recently I find …

git git-bash
How can I install vimdiff on Windows after installing git bash?

I usually use vimdiff when I want to see diff between two points in git. However, I can't find vimdiff …

git git-bash vimdiff
rsync (cwrsync) in Gitbash - The source and destination cannot both be remote. [windows 7]

I am trying to sync a local path to another drive using Git Bash in Windows 7. I downloaded cwRsync and …

windows rsync git-bash cwrsync
Multiple git commands in single command executed in order they are encountered by compiler

I have following list of commands that I run in respective order so that a source project can be committed …

bash git-bash combiners git
Change Credentials for Push in Git

Just getting started with Git. I have an existing personal account on Bitbucket, and I have created a team account …

git bitbucket git-bash git-extensions
'NODE_OPTIONS' is not recognized as an internal or external command

I'm on a windows 10 machine trying to run a build script from the git bash terminal. On my terminal node …

node.js windows git-bash path-variables
Can I use gcloud in Git Bash on Windows?

So, I've installed Git, Git Bash, Python2.7, and I've just installed the Google Cloud SDK per the official guide. Using …

git-bash gcloud google-cloud-sdk
git stash is slow on windows

On my windows machine git stash has about 3.5 seconds overhead on each invocation, which adds about 7 seconds to my git …

windows git git-bash git-stash
bash: dirname: command not found

I'm trying to run a code I found online. There's a shell script in it, but every time I try …

bash shell command-line git-bash dirname