This is what I get when type git remote -v

origin [https://github.com/solo989/Nim.git](https://github.com/solo989/Nim.git) 
(fetch)

origin [https://github.com/solo989/Nim.git](https://github.com/solo989/Nim.git) 
(push)

upstream 
[https://github.com/nim-lang/Nim.git](https://github.com/nim-lang/Nim.git) 
(fetch)

upstream 
[https://github.com/nim-lang/Nim.git](https://github.com/nim-lang/Nim.git) 
(push)

and when I try to rebase to declutter up all those commits

git rebase

I get

Cannot rebase: You have unstaged changes.

Please commit or stash them.

despite git pull upstream devel telling me Already up to date.

and git push telling me Everything up-to-date

Reply via email to