git branch set upstream to with same folder name code example
Example 1: git push set upstream
git push --set-upstream origin <branch>
Example 2: github set branch upstream
git push --set-upstream origin <remote-branch>
git push --set-upstream origin <branch>
git push --set-upstream origin <remote-branch>