git push origin master remote repository code example
Example 1: git push origin
git branch -M main
then
git push -u origin main
or
git push -f origin main
or
git push origin master --force
Example 2: git new branch push to remote
git push -u origin <branch>
Example 3: git remote push
git push <REMOTENAME> <BRANCHNAME>
Example 4: git push remote
git push -u origin master // where 'master' is branch name