Skip to content

JakeClouse/demo-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

demo-1

A brief demo using github

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

About

A brief demo of using github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%