Git - Remote Repositories
Given the commands:
What happens when you run
git remote add origin https://github.com/user/repo.git git push origin main
What happens when you run
git push origin main?