1.
Recall that you previously used the
git push <remote> <branch> command to push your feature branch from your local repo to your origin repo.
Give a
git push command that will push the main branch of your local repo to your remote origin repo.
