A brief demo using github
- Log in to https://github.com/tritab/demo-1
- Fork the project to your account
- Settings -> Developer Settings - > Personal Access Tokens
- New, 7 day expiration, public repo. Copy this! You can't see it again!
- Log in to replit.com
- Create Repl (Python)
- Shell
- git clone https://github.com/"yourname"/demo-1.git
- cd demo-1
- git branch
- git checkout -b branch1
- git branch
- edit the file README.md
- git status
- git add README.md
- git status
- git commit -m 'updated readme'
- any errors?
- git push
- any errors?