Push your notes to a remote repository on GitHub
Push your GitPod workspace to GitHub
Create New Repository
git remote add origin <your-repository-url.git> git branch -M main git push -u origin main
Follow wizard to create a new repository and push
Create personal access token
Using personal access token in CLI