An introduction to using GitHub for your coding projects.
GitHub lets you track every change in your code, work with others safely via branches and pull requests, and host your projects online so they’re accessible from anywhere. Use it to build better code, collaborate effectively, and showcase your work.
Discord - / discord
GitHub Desktop - https://desktop.github.com/download/
00:00 Set up new repo
01:35 Clone a repo
05:35 Making an HTML file to put on GitHub
07:00 Pushing code to GitHub