An open API service indexing awesome lists of open source software.

https://github.com/dita-deb/github_workshop

This is a GitHub Workshop for Computer Engineering Apprentice Club detailing the processes of utilizing GitHub to the fullest for any project.
https://github.com/dita-deb/github_workshop

Last synced: 4 months ago
JSON representation

This is a GitHub Workshop for Computer Engineering Apprentice Club detailing the processes of utilizing GitHub to the fullest for any project.

Awesome Lists containing this project

README

          

# GitHub Workshop for Students
This is a **GitHub Workshop** organized by the **Computer Engineering Apprentice Club**, detailing the processes of utilizing GitHub to the fullest for any project.

---

## Workshop Slides Note:
There are two types of files here:
- **PDF**: Use the PDF to view directly on the GitHub Online Viewer.
- **PPTX**: Download the PPTX file to view it locally.

---

## Workshop Content Overview:
- **Creating Repositories:** Step-by-step guide to creating and managing repositories.
- **Branching & Pull Requests:** Learn how to create branches, make changes, and submit pull requests.
- **Forking and Collaboration:** Understand how to fork repositories and collaborate effectively.
- **Using GitHub with VS Code:** Setting up and managing projects through Visual Studio Code.

---

## Hands-on Exercises:
1. **Exercise 1: Forking a Repository and Creating a Pull Request**
- Fork the workshop repository.
- Make a change.
- Submit a pull request.

2. **Exercise 2: Cloning Repositories to Local Systems**
- Clone the forked repository to your local system.
- Make a new branch and commit changes.
- Push the changes back to your GitHub fork.

---

## Prerequisites:
- A GitHub account. Sign up [here](https://github.com/join).
- Visual Studio Code installed. Download [here](https://code.visualstudio.com/).
- Basic understanding of Git commands (helpful but not required).

---

## How to Participate:
1. **Clone this repository** to your local system:
```bash
git clone
cd