I would like to undo my git pull on account of unwanted commits on the remote origin, but I don\'t know to which revision I have to reset back to.
How can I just go
Find the for the commit you want to go. You can find it in github or by typing git log or git reflog show at the command line and then do git reset --hard
git log
git reflog show
git reset --hard