Task 2: Commit changes. This adds all changes (.), commits them with a message, and pushes them to the main branch on the remote repository.
.
main
git add . git commit -m "Initial commit" git push origin main