-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update msysgit #473
Comments
Don't know if this will help you, but it worked for me. The vendor/init batch file injects msysgit bundled with commander to the beginning of your path /~https://github.com/bliker/cmder/blob/master/vendor/init.bat. I modified it to inject everything at the end so that my git bash installation was used. λ where git λ which git This is what my init.bat file looks like: :: Enhance Path Is there any value in leaving this in or should we just remove msysgit from the cmder path/init file altogether? |
Hmm I wonder if msysgit is the only difference between full and mini. |
I'm using cmder with the new msysgit (/~https://github.com/git-for-windows/git) for a while. No problems so far. Just altered the init.bat because the paths are slightly different. |
@strebl Do you mind making a PR with your changes? |
@dotnetCarpenter Sure, I would do that. But before I'll start it would be nice to know what @MartiUK thinks about that change. Maybe there is a good reason to stay on the older versions. |
@strebl @dotnetCarpenter should probably wait until the new git for windows is final (it's release candidate now) but considering how busy @MartiUK currently is, it's not going to be merged anytime soon anyway. |
Hi @Stanzilla, git for windows is released and most of tools are using it (Github desktop & Docker toolbox...). |
@arcanedev-maroc We're already using it, see the development branch. |
Tnx @MartiUK I'm using cmder v1.2.9, so i don't know how to install the development branch (especially the vendors). |
@arcanedev-maroc 1.2.9 has git-for-windows. You can find some builds on appveyor, see here https://ci.appveyor.com/project/MartiUK/cmder/build/1.0.119-development/artifacts for example but don't expect them to be fully functional and they may have bugs |
Great, tanks @MartiUK 👍 |
Seems the msysgit bundle with
cmder
is outdated. A lot of security patches are in - not sure what else. /~https://github.com/msysgit/msysgit/releasesI have both
cmder
and git bash installed.The text was updated successfully, but these errors were encountered: