and you'll be presented with the latest 5 commits. You can then change pick to edit for you first commit and make the changes.
Or if you like, you can create a fresh PR from a fresh fork. Sorry if this is taking really long or is annoying, I just want to maintain some level of consistency with the repo.
@leozhang2018 I think the merge commit is stil there. Also, instead of a new commit, you can amend https://github.com/adtac/climate/pull/6/commits/457f88beb342c7a7fff7ecdef569965c041ef39c - both these can be achieved through a rebase:
should pull in the latest repo. Then, do
and you'll be presented with the latest 5 commits. You can then change
pick
toedit
for you first commit and make the changes.Or if you like, you can create a fresh PR from a fresh fork. Sorry if this is taking really long or is annoying, I just want to maintain some level of consistency with the repo.