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.
I'm having a hard time enabling git colored output on windows when using console2. To trick git I've already SET …
git msysgit console2 output-formattingI'm always asking myself a set of questions about branches i've created that i've yet to determine how to accomplish: …
git branch msysgitSince few days ago, every time I start Git GUI in a repository, it displays this horrifying error message and …
git dll msysgitI have added a windows (window 7) symlink to my codebase ("foo" -> \\server\foo). I have a large set …
git symlink msysgit git-extensions mklinkRecently I am getting this error when using msysgit, in particular when there is some non-ASCII content generated by the …
git console msysgitI'm trying to add a function to my bash_profile for msysgit: function git-unpushed { brinfo=$(git branch -v | grep git-branch-name) …
windows bash msysgit