Short guide to using this repository for the Git & GitHub workshop.
This repository contains all workshop materials. Materials are organized so instructors and learners can quickly find and use what they need.
- Git installed (verify with
git --version) β download: https://git-scm.com/downloads - Create a GitHub account β signup: https://github.com/join
- A code editor (optional), e.g., Visual Studio Code β download: https://code.visualstudio.com/
- Open the workshop syllabus or slides (PDFs) in the pdf-format folder.
- Workshop Material/ β Primary workshop materials in PDF format (slides, handouts)
- README.md β This file
Note: Refer to the pdf-format folder for all printed/participant-ready PDFs.
- For Git basics:
git status,git add,git commit,git push,git pull,git branch,git checkout,git merge - For PR workflow: Fork > Branch > Commit > Push > Create Pull Request
- Additional help: https://docs.github.com/