Top "Msysgit" questions

msysGit was formerly the development environment to compile Git for Windows 1.0. It was never the actual Git for Windows package, and it is not current.

Git revert local commit

I have a git repo hooked up in phpstorm on windows. I committed a few change sets then pushed them …

windows git msysgit
How do I remove msysgit's right click menu options?

This isn't the best programming question but lets face it, the server fault guys aren't well versed in git, so …

git tortoisegit msysgit
Where do the settings in my Git configuration come from?

I've noticed that I have two listings for core.autocrlf when I run git config -l $ git config -l core.…

git msysgit git-config
How do I write a batch file which opens the GitBash shell and runs a command in the shell?

I'm on Windows 7 trying to use a batch file to open the GitBash shell and make a git call. This …

git shell msysgit windows-shell
Windows shortcut to run a Git Bash script

Assuming I have a test.sh script that runs a server and Git Bash installed, how do I create a …

windows shell desktop msysgit git-bash
Trying to fix line-endings with git filter-branch, but having no luck

I have been bitten by the Windows/Linux line-ending issue with git. It seems, via GitHub, MSysGit, and other sources, …

git newline msysgit line-endings
How to change RGB colors in Git Bash for windows?

I'm using the Git Bash in Windows and for the purposes of my custom git log format, I'd like to …

windows git shell msysgit
use Winmerge inside of Git to file diff

Is there a way to use Winmerge inside of git to do Diffs?

git diff msysgit winmerge
Git under windows: MSYS or Cygwin?

I plan to migrate my projects over to git, and I'm currently wondering which is the best and / or most …

git cygwin msysgit dvcs
Git Bash Shell fails to create symbolic links

When I try to create a symbolic link from the Git Bash shell, it fails every time all the time: $ …

msysgit msys