↳ See other learning resources

Using Tokens to Push to GitHub

git add .
git commit -m "Message"
git remote add origin https://<USERNAME>:<MYTOKEN>@github.com/<USERNAME>/<REPO>.git
git push origin main

You can generate a GitHub personal access token here