Git helper methods Starting a new project git init git add . git commit -m "<your-commit-message>" git branch -M main git remote add origin https://github.com/\<your-github-username>/<repository-name.git>