- Log in to github; gh auth login. Follow directions.
- git config --global user.email "<email@addr.ess>" followed by git config --global user.name "<name>"
- git remote add <projectname> <github url, append '.git'>
- git branch -M main
- Open terminal in project folder.
- git init
- git add -A
- git commit -m "<comment; be verbose.>"
- git push -u <projectname> main