Hey I\'m new to git and I need to undo a pull, can anyone help?!? So what I\'ve done is...
Use git log -g and find the commit index you want to go back to, the just do git checkout index
git log -g
git checkout