Greetings, Brian Inglis!

> Is there an option so git will download your updated source, reject my patched
> source in place, and not just overwrite it?

Assuming you have remotes in place,

git fetch --all
git checkout -B your-fix-branch origin/master

.. make your changes ...

git format-patch origin/master


-- 
With best regards,
Andrey Repin
Tuesday, June 27, 2017 04:11:22

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to