Whenever I try to update my repo, I always get this:
Those are my commits:
git fetch upstream
git checkout dev
git merge upstream/dev
That's what I get on my repo:
"This branch is 3 commits ahead, 11 commits behind Tatoeba:dev."
It's 3 commits ahead according my repo and 11 commits behind since I'm not able to update it.
What should I do?
Thanks in advance1