Git - Remote Repositories
After running these commands:
what is the expected outcome of
git remote add origin https://github.com/user/repo.git git push origin main
what is the expected outcome of
git push origin main?