Skip to content

Releases: nu-wireless/git

2025-fall initial release Latest

10 Nov 23:01

Choose a tag to compare

Please download this release package for the Intro to Git Workshop:


Included files

  • index.html: demo file used during the workshop to practice Git commands
  • 2025-fall-nuwc-git.pdf: precompiled slide deck for quick viewing

Download and usage instructions

  1. Download the ZIP file attached to this release.

  2. 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.

  3. Extract the ZIP file to your computer (for example, into your Downloads folder).

  4. 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.

  5. Open index.html in any text editor and edit only the sections marked with <!-- EDIT HERE -->.

  6. 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
  7. 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.