how ot push to git remote 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 push remote
git push -u origin master // where 'master' is branch name