Pokaż zdalne git
# If you require full output and you are on a network that can reach the remote repo where the origin resides
git remote show origin
fast_and_the_curious
# If you require full output and you are on a network that can reach the remote repo where the origin resides
git remote show origin
git remote add origin https://github.com/tqisjim/google-oauth.git
git push -u origin master
$ git push -u origin feature
git push --force origin main #force pushing to remote github repo
git push -f <remote> <branch>
# example: git push -f origin master
$ git checkout feature
$ git push -u origin feature