Releases: nu-wireless/git
2025-fall initial release Latest
Please download this release package for the Intro to Git Workshop:
Included files
index.html: demo file used during the workshop to practice Git commands2025-fall-nuwc-git.pdf: precompiled slide deck for quick viewing
Download and usage instructions
-
Download the ZIP file attached to this release.
-
Create a new repository on your GitHub account. This will serve as your remote repository. When you clone it, Git creates your local repository (the actual Git repo), and GitHub stores a remote copy that you can push to and pull from.
-
Extract the ZIP file to your computer (for example, into your Downloads folder).
-
Open the extracted folder and locate the file named
index.html.
Only add this file to your GitHub repository.
Do not upload the slide deck (2025-fall-nuwc-git.pdf) or the entire release ZIP. -
Open
index.htmlin any text editor and edit only the sections marked with<!-- EDIT HERE -->. -
Use Git to stage, commit, and push your changes. The commands below are only an example, and you will practice additional Git commands during the workshop.
git add index.html git commit -m "personalize my webpage" git push -
If time allows, follow the steps in the README to host your page using GitHub Pages:
https://github.com/nu-wireless/git/blob/main/README.md
Notes
- The slide deck may be updated over time.
Check the version in this release against the Git hash printed in the slide footer.