Commit and push your tutorials to the GitHub repository for backup and mobile reading.
Commits and pushes tutorial changes to GitHub for backup and mobile access.
/plugin marketplace add 8b-is/8b-is-mp/plugin install 8b-is-coding-tutor-plugins-coding-tutor@8b-is/8b-is-mpCommit and push your tutorials to the GitHub repository for backup and mobile reading.
Go to the tutorials repo: cd ~/coding-tutor-tutorials
Check for changes: Run git status to see what's new or modified
If there are changes:
git add -Agit pushIf no GitHub remote exists:
gh repo create coding-tutor-tutorials --private --source=. --pushReport results: Tell the user what was synced or that everything is already up to date
~/coding-tutor-tutorials/--private when creating the GitHub repo