If you wish to set tracking information for this branch you can do so with: git branch --set-upstream-to=origin/<branch> develop code example
Example: github set branch upstream
git push --set-upstream origin <remote-branch>
git push --set-upstream origin <remote-branch>