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.

Invoking notepad++ from Git Bash

I am using msysgit in Windows 7. How do I invoke notepad++ from Git Bash, like we do it with our …

windows command-line notepad++ msysgit git-bash
TortoiseGit - git not found

I'm using TortoiseGit with msysGit installed with the msysGit-fullinstall-1.6.4-preview20090729.exe and it works in a very strange way: on …

git msysgit tortoisegit
MSysGit vs. Git for Windows

I am having trouble determining the difference between MSysGit and Git for Windows. How are they different? Why would I …

windows git msysgit
Package management in git for windows?

I'm reading the github wiki for git-for-windows and it says that msys2 bundles pacman: https://github.com/git-for-windows/git/wiki/…

windows git bash msysgit msys
Configure Git to use Plink

I'm trying to configure Git to use Plink. It worked for me many times before. Now, for some reason, this …

git msysgit plink
Msysgit bash is horrendously slow in Windows 7

I love git and use it on OS X pretty much constantly at home. At work, we use svn on …

git windows-7 msysgit
Which is the smarter git protocol, ssh or git(over ssh) or https protocol?

Which is efficient? SSH:// or Git:// (File compression) I understand in Git, git protocol is smart because there is a …

git github msysgit
Git ssl error on windows

I keep getting the following error when attempting to clone a git repository using ssl on windows: error:14090086:SSL routines:…

git ssl msysgit gitorious
msysgit error with hooks: "git error: cannot spawn .git/hooks/post-commit: No such file or directory"

I'm having trouble getting post-recieve and post-commit hooks to work correctly with msysgit (Windows 7 Pro/32 and Ultimate/64). For post-commit hook …

windows git msysgit
What happens when I clone a repository with symlinks on Windows?

There's been a lot of questions about adding support for symlinks on Windows. But, what actually happens when I clone …

windows git symlink msysgit