Last active
October 9, 2017 10:24
-
-
Save nordineb/0143008c28ca3cb38695f9638c48af87 to your computer and use it in GitHub Desktop.
Speed up git on cygwin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mv /cygdrive/c/cygwin/bin/git.exe /cygdrive/c/cygwin/bin/git.cygwin.exe | |
ln -s /cygdrive/c/Program\ Files/Git/bin/git.exe /cygdrive/c/cygwin/bin/git.exe |
Author
nordineb
commented
Oct 9, 2017
- install https://git-for-windows.github.io/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment