-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Document how to build (and test) Git for Windows #3297
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
Document how to build (and test) Git for Windows #3297
Conversation
49d647e
to
c7f4363
Compare
Historically, I use a different method that what you've listed here. (Guess I prepend the worktree root to my PATH or use Then I always add Maybe add this usage as another choice? |
One more case. When building core Git (instead of GFW), is there a preferred solution? |
Hey, I forgot to say it earlier. Thanks for taking time to do this!!! I think it will be very helpful to help new folks get started. |
This has definitely been my approach before. It is insufficient for testing with the Scalar functional tests (unless I go edit the functional tests to point to that specific version of |
Add a section instructing developers how to build, and how to test the just-built executables in-place. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
:-)
How does this even work, given that this is missing all the
The easiest is what I would suggest as preferred solution, and I tried to order the options from easy to hard (in my very own judgemental way). |
c7f4363
to
2f88978
Compare
@jeffhostetler @derrickstolee I force-pushed. Could you give this another look-over? |
This looks good! Thanks for doing this! |
This adds a section in the
README.md
file, documenting the advice I gave privately to a few colleagues over the past few days (which made me realize that this institutionalized knowledge lives in only one brain so far, and this PR changes that).