$ git config --global user.name username
$ git config --global user.email [email protected]
$ git init
$ git add .
$ git commit -m "committing my p5.js sketch"
$ git branch -M main
$ git remote add origin https://github.com/username/repo-name.git
$ git git push -u origin main