On Fri, 18 Dec 2015 20:58:11 -0800, Matthew Ahrens wrote:
On Fri, Dec 18, 2015 at 7:21 PM, Yuri Pankov <[email protected]
<mailto:[email protected]>> wrote:
Hi,
I'm a bit lost with git workflow to open pull request on github. I
have illumos/illumos-gate forked for my account. When I create a
branch and push my changes there, trying to create a pull request
brings in all other commits not present in openzfs/openzfs. If I
clone openzfs/openzfs instead, I'm simply not sure where I should
push my changes.
You need to:
- clone openzfs/openzfs
- add new commit/s
- push to a new branch of your github account
- go to your github account web interface
- click "open pull request"
- make sure it's against openzfs/openzfs (not illumos)
Thank you!
Any hints?
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer