+[6 years ago]exegesishow do i host html files on my github page? +[6 years ago]exegesiscat +[6 years ago]exegesisnvm +[6 years ago]exegesisgot it :D +[6 years ago]exegesiscats dab
+[6 years ago]jamespharvey20If I made a fork, pushed a branch with a bugfix, and made an upstream pull request... Then I see something needs to be changed, I understand the pull request is tied to my fork's branch and I just need to modify my branch. What's the way to proceed so only a single commit is still given in the pull request? Is it safe to do a fixup and force pushing it? I know pushing rewritten history is usually bad to +[6 years ago]jamespharvey20do, but not sure it's bad in this scenario. +[6 years ago]nedbatjamespharvey20: it's fine to force push in this case. +[6 years ago]nedbatthe important history will be when it is merged to master +[6 years ago]jamespharvey20nedbat: Thanks! Seemed like this was an exception to the rule, but didn't want to screw it up!