Skip to content
/ GitHubWebsiteWorkshop Public template

A hands-on template repository for Temple University students to practice essential Git and GitHub skills. Created by TUDev, Temple's community of hackers and makers.

License

Notifications You must be signed in to change notification settings

tudev/GitHubWebsiteWorkshop

Repository files navigation

About This Workshop

This repository serves as an interactive learning environment where Temple students can practice fundamental Git workflows including:

  • Cloning repositories
  • Creating and switching branches
  • Making commits
  • Opening pull requests
  • Resolving merge conflicts
  • Collaborating with other developers

For Workshop Participants

This template provides structured exercises that progressively build your Git skills. By completing these challenges, you'll gain practical experience with the tools and workflows used by software professionals every day.

For Workshop Leaders

Fork this template to run your own Git workshops! The repository includes instructor notes and a complete workshop plan to help you guide students through a successful learning experience.

Why Git Matters

Version control is an essential skill for any developer. This workshop introduces students to industry-standard practices in a supportive, hands-on environment. Whether you're new to coding or looking to refine your workflow, these exercises will help you collaborate more effectively on software projects.

About TUDev

TUDev is Temple University's student organization of hackers and makers. We host workshops, hackathons, and other events to help Temple students build technical skills and connect with the tech community.

Getting Started

  1. Fork this repository.
  2. Clone your fork locally: git clone <forked-repo-url>.
  3. Open the index.html file in your browser to view the website.

Contributing

  1. Create a new branch for your feature: git checkout -b feature-name.
  2. Make your changes and commit them: git commit -m "feat: add new feature".
  3. Push your branch: git push origin feature-name.
  4. Open a pull request for review.

License

This project is licensed under the MIT License.

About

A hands-on template repository for Temple University students to practice essential Git and GitHub skills. Created by TUDev, Temple's community of hackers and makers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published