I did git pull --rebase and now I have everyone else's commit in my branch - why?
What happened:
Message 1:
Your branch and 'origin/Ang-1075' have diverged,
and have 33 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
nothing to commit, working tree clean
what I did
git pull -- rebase
Message 2
(use "git push" to publish your local commits)
nothing to commit, working tree clean
what i did :
git push
now i have 66 file changes and lots of commits that aren't mine. I only had 2 commits on my branch...
Is there a way to revert this?