Branch name: feature/interactive-tutorials
cd stellar-dev-dashboard
gh auth login
git push -u origin feature/interactive-tutorials-
Create a personal access token at: https://github.com/settings/tokens
- Select scopes:
repo(all)
- Select scopes:
-
Push with token:
cd stellar-dev-dashboard
git push https://YOUR_TOKEN@github.com/coderolisa/stellar-dev-dashboard.git feature/interactive-tutorials-
Set up SSH keys: https://docs.github.com/en/authentication/connecting-to-github-with-ssh
-
Change remote to SSH:
cd stellar-dev-dashboard
git remote set-url origin git@github.com:coderolisa/stellar-dev-dashboard.git
git push -u origin feature/interactive-tutorialscd stellar-dev-dashboard
git config credential.helper store
git push -u origin feature/interactive-tutorials
# Enter your GitHub username and password/token when promptedCreate a pull request:
- Go to https://github.com/coderolisa/stellar-dev-dashboard
- Click "Compare & pull request"
- Use the content from
TUTORIAL_PR_DESCRIPTION.mdas your PR description - Submit the PR
✅ 7 interactive tutorials
✅ Video walkthrough integration
✅ Progress tracking system
✅ Achievement system
✅ Enhanced UI components
✅ Comprehensive documentation
All files are committed and ready to push!