I have a situation where I have a master branch, and several feature branches forked off each other. `git-up` just quits with a: ``` Can't update your repo because it doesn't has any remotes. ``` I would expect it to rebase/merge all my local branches against master.