Git - Remote Repositories
Given the commands:
git commit -m "Fix bug" git push origin mainWhat will happen if the local branch
main has commits not yet on the remote?