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.
- Host: GitHub
- URL: https://github.com/dita-deb/github_workshop
- Owner: dita-deb
- License: other
- Created: 2024-10-22T18:13:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T00:48:48.000Z (over 1 year ago)
- Last Synced: 2025-08-16T16:49:29.057Z (10 months ago)
- Size: 14.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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