I am using following setup:
- public repo is forked as repo1
- repo2 is fork of repo1
Following commands don't work if I am trying to rebase the repo2:
git remote add upstream https://github.com/laanwj/etna_viv.git
git fetch upstream
git rebase upstream/master
The last command gives following error:
9$ git rebase upstream/master fatal: Needed a single revision invalid upstream upstream/master