SublimeText / WordHighlight

Highlight all copies of the currently selected word.
MIT License
180 stars 24 forks source link

Ups #6

Closed titoBouzout closed 13 years ago

titoBouzout commented 13 years ago

I'll need to investigate how to undo this.

adzenith commented 13 years ago

Undo opening the issue? I think you just have to close it again.

titoBouzout commented 13 years ago

No, I fetched from Sublime, merge to my account, wanted to push to my account and pushed to Sublime again! :(

I'm reading now it seems I can't revert the push without messing up with other repositories.

Basically, I found another approach I want to show and get feedback via pull request.

adzenith commented 13 years ago

Tell you what—it's been an hour. Think it's okay if we just roll back HEAD?

titoBouzout commented 13 years ago

I pushed this commit https://github.com/SublimeText/WordHighlight/commit/03e0bbfdc150beadbf37a27ec3fb41600506731a has two parents and I want to revert to this https://github.com/SublimeText/WordHighlight/commit/819d15b88e9f4fb4fd8e3a93d2f2866119a83f50

Looks like I need to force push of that commit again git push -f origin 819d15b88e9:master

Can I take the risks with your permission?

adzenith commented 13 years ago

Do it.

adzenith commented 13 years ago

Sweet. Looks like everything's working. I just had to reset --hard origin/master.

titoBouzout commented 13 years ago

Thanks, Look like the repo frontage is again there, Yeah!, Good explanation from Charles http://stackoverflow.com/questions/1270514/undoing-a-git-push?answertab=votes#tab-top

Now, if someone fetched or pulled from my mistake.. they may have some problems :P

Will try to send the pull request, See you there! - In about an hour :D

titoBouzout commented 13 years ago

Glad to know!