git rebase origin/develop
fails with information
There is no tracking information for the current branch.
Please specify which branch you want to rebase against.
This doesn't make sense to me as I explicitly specify the branch. I'm pretty sure I have used this command before many times like this and it worked. This is true that this branch doesn't have tracking information but it doesn't have to and I don't want it to.
Here is listing of my git branch -a
:
develop
master
* resolve
test
remotes/origin/HEAD -> origin/master
remotes/origin/develop
remotes/origin/master
Any ideas?
Git version: 2.9.0.windows.1
OS: Windows 7