This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.1-0.1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]