I did 'git pull' instead of 'git pull --rebase'.
SHA: 138937298d80a7c84d0630b1db509ca2596aca91 // top of my git << some changes I got from 'git pull' >> SHA: SHA: << end of some changes I got from 'git pull' >> SHA: 08ebb55902e206a30d6f344b4684bd525970dda3 // my original top of my git before i do anything.
My question is, how can I revert the changes I received from "git pull" and then I do "git pull --rebase"?
Another question: I use "gitx" on a Mac, the changes I received from "git pull" are on a different vertical line and the ones I had. Why is this? Thanks.
source share