I've just pulled a new branch, made some local changes, comited and tried to push. I was given this error: ! [rejected] groups -> groups (non-fast forward)
So I tried a to pull but was told Already up-to-date.
Here's what I get pulling then pushing.
~/dev$ git pull origin groups
Already up-to-date.
~/dev$ git push origin groups
To /mnt/ebs/git/repo.git
! [rejected] groups -> groups (non-fast forward)
error: failed to push some refs to '/mnt/ebs/git/repo.git'
Can anyone explain how this can be happening and how I can fix it?
Pushing to /mnt/ebs/git/repo.git– Jake Nov 30 '10 at 9:21gitk groups origin/groups), and see for yourself how they've diverged. You can directly see the history we have to try to infer from your question. – Jefromi Nov 30 '10 at 13:54