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.

How do I enable msysgit colored output when using console2

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-formatting
git - changes to branch since created?

I'm always asking myself a set of questions about branches i've created that i've yet to determine how to accomplish: …

git branch msysgit
Git GUI crashes every time it opens a repository

Since few days ago, every time I start Git GUI in a repository, it displays this horrifying error message and …

git dll msysgit
How to upload a git repo to gerrit?

I installed the gerrit service on a ubuntu server,and my PC as client. I created a git repo on …

linux git msysgit gerrit
git svn fetch/rebase error: unable to remap msys-ssl-0.9.8.dll to same address as parent -- 0x678F0000

I recently started getting the following git error on git svn fetch or git svn rebase, but other local git …

git perl dll git-svn msysgit
How do i commit a windows symlink into Git

I have added a windows (window 7) symlink to my codebase ("foo" -> \\server\foo). I have a large set …

git symlink msysgit git-extensions mklink
msys git and long paths

I'm trying to use git to more effectively manage working on project which uses CVS for its source control, but …

windows git path msysgit
msysgit: Unicode font warning

Recently I am getting this error when using msysgit, in particular when there is some non-ASCII content generated by the …

git console msysgit
Using GIT with GIT GUI - Master and Branching

I am trying out GIT, and using the GIT GUI (from msysgit) with it. I am trying to make a …

git branch msysgit git-gui
Syntax error =~ operator in msysgit bash

I'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