Explain benefits of source control
- Backups
- Allows team to collaborate together
Surprisingly hard to teach.
Think should split so step by step walk through steps of how to create a repositiory on github
Clone that repository locally
Add a file to it
Commit set up stream then push to it
Then update file in vs code
Stage the file commit
Push it
Then update file again/add a new file
Repeat same in git hub
Then repeat in command line.
Must read by tutors & practitioners. These two links may help trainers come up with content for the lesson:
- https://dev.to/tracycss/git-and-github-for-beginners-po3
- https://dev.to/ravirajthedeveloper/what-is-git-and-github-and-how-to-use-github-2mb1
- https://dev.to/chrisachard/confused-by-git-here-s-a-git-crash-course-to-fix-that-4cmi
- And this explained the concepts well: https://rachelcarmena.github.io/2018/12/12/how-to-teach-git.html
Was dead easy for students to work out by themselves and get it done
Think just point them at vercel website and get them to add github project they just created online
Important points:
- The root of the project must be named index.html otherwise shows folder structure.
- Understand importance of source control
- Commit code to source control using command line
- Commit code to source control using VS Code
- Deploy website online
- Work as a team using source control to collaborate
- Collaborating as a team
Unknown...
Additional course materials that can be used
- Material 1
- Additional notes
- Check out Daniels git v2 lesson plan
- Get them to do it locally
- Deploy all previously done websites on Vercel
- Git Game - https://learngitbranching.js.org/
After Vercel websites are live mention that on repos can add readme.md with link to thier vercel website. Building up a collection of projects can show to people to demonstrate thier work.