View Single Post
Old 4th February 2021, 12:41   #1  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Problem creating a pull request on github

I want to create a pull request for this project:

https://github.com/chikuzen/avs2pipemod

So I created a fork:

https://github.com/staxrip/avs2pipemod

It did not compile out of the box due to missing avisynth headers, so I changed the project to make it find the header, now it compiles.

Now I created a branch and made my changes I want to be in the pull request, that is adding a UTF8 and long path manifest.

Problem is now when I create a pull request it also includes the header change, but I want that to be excluded.

How would I do this? Is it possible without command line but rather Visual Studio, GitHub Desktop and GitHub Web?
stax76 is offline   Reply With Quote