top | item 35901914

(no title)

atl4s | 2 years ago

Just lost a merge commit to dev/null. This is getting tiresome

discuss

order

capableweb|2 years ago

How??? You do the merge, which either creates a new commit for the change, or appends the commits to your existing tree. Then you push that to the remote. If the push fails, you can just push again, it's not lost. And if the merge failed, you didn't have any merge commit to begin with.

misnome|2 years ago

There used to be a pretty consistent bug that if an on-site PR merge failed but you clicked "Retry", that it just did a basic non-squash full-merge discarding all your commit message work, often requiring a revert to tidy things up. It could be similar to that.

edgyquant|2 years ago

May have been using the GitHub interface

snapcaster|2 years ago

You can do a lot of operations on the github web UI nowadays. Could have been that