Commit and push your tutorials to the GitHub repository for backup and mobile reading.
Saves your coding tutorials to GitHub for backup and mobile access. Use this after completing tutorials to commit and push your progress to your private repository.
/plugin marketplace add EveryInc/compounding-engineering-plugin/plugin install coding-tutor@every-marketplaceCommit 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