Top "Git-bash" questions

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

Delete non git directory in git bash, windows

xx@xx-PC ~/xampp/htdocs/sites $ rmdir /s "yo-2" rmdir: `/s': No such file or directory rmdir: `yo-2': Directory not …

command-line git-bash
opening sublime text from windows git bash

How do I open Sublime text from Git Bash in Windows? I tried adding the alias at the ~/.bashrc file …

git windows-7 sublimetext2 git-bash
Git Bash bash: open: command not found

I'm new to Git Bash, just freshly downloaded this for use in my class today, on the first class module …

git bash git-bash
How to run jq from gitbash in windows?

I have gitbash in Windows. I am trying to run jq but its giving me error. $ ./jq-win64.exe jq parse …

bash jq git-bash
Git Clone is too slow

This is my first time to construct the git server. When I use TortoiseGit-1.8.1.0-32bit to handle the operation, …

tortoisegit git-clone git-bash git
Why I always Got Error "Push to origin/master was rejected"?

EDIT: one of the things should be aware of if you are using git bash is that BETTER TO KEEP …

git github git-bash git-shell
/bin/env: python: No such file or directory (Windows through Git Bash trying to install new Parse Cloud Code)

Trying to install python from the link here does not seem to give access to the python command in Msysgit... …

python windows msysgit git-bash
Finding Files in a Git Bash Terminal

I am currently using Git Bash to navigate file directories and edit files. I want to know if there's a …

git-bash gnu-findutils
In Windows 7 Git Bash, is there a way to explore the directory at the current location?

I would like to explore the folder in the Windows Explorer from the shell. I know a lot of people …

shell windows-7 cmd git-bash
Piping output from Git Bash to clipboard

I often need to relay my Git output to my ever-friendly code buddies. The best way I know how is …

git clipboard git-bash