FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.45k stars 640 forks source link

Update warning message to be grammatically correct #1383

Open ghost opened 4 years ago

ghost commented 4 years ago

I'm unsure what the specific intent of this message is. Is it specifically saying "you may be reversing history, which could lose commits", or "you may be rewriting history, which is bad practice", both, or something else? I ask, because it might be helpful to add a link to some git tutorial page which explains why it's bad or what could go wrong, or to make the message more specific.

campersau commented 4 years ago

It is more like you may be reversing history, which could lose commits but I personally think the message is fine since it does not reverse anything, you can still go back to the future if there was another ref. It is just moving a ref to another commit.