I am looking through git documentation to figure out how to undo. One advice I have found was to run command: ```git log --graph --oneline```
When I did this is what I get: <https://lh3.googleusercontent.com/-j_2z1KyokYE/WVpq-kICURI/AAAAAAAAAWo/MSGPZzxTGuQ-XGOLrMJndqTdn645v5fywCLcBGAs/s1600/git-merge.png> Now it is suggested that I should execute command: ```git revert --mainline 1 <some commit hash>``` But I don't know which commit. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
