-
Notifications
You must be signed in to change notification settings - Fork 491
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
convergence with git for windows #2066
Comments
git-for-windows uses msys2. One can use msys2 and install git package and configure it own way. |
yes... and no... the msys layer is slow, and with that windows crasyness even mingw layer is hard to keep reasonnably fast, antivirus, wmiperv etc... I dream of a quasi full mingw native environnement with all dev tool and git from the same shell 😜 |
@mipac, thanks for bringing some of differences up. But don't you think you contradict yourself here:
? |
I don't know... perhaps... and that's not the point I think that a lot of users dream of msys shell with some "slow" tools using posix layer and as most as possible the full toolchain to build native soft and libs, using a "good" git 😜 I'd prefer that to wsl and all that boring stuff... just to use good shell, good libs, good tools, and compilers to windows target |
refer #2176 |
is it possible that these 2 wonderful projects converge
msys2 could install only mingw-w64 package, and gitforwindows only a subset of official msys2
or there are some hard points too difficult to solve?
The text was updated successfully, but these errors were encountered: