Skip to content
 
 

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Git & GitHub Workshop

Folder Structure

git-github-workshop/

  • README.md
  • CONTRIBUTORS.md

Steps

1. Fork the Repository

Repository Link:

https://github.com/Satyxm/git-github-workshop.git

Click on the Fork button on GitHub.


2. Clone Your Fork

git clone https://github.com/your-username/git-github-workshop.git
cd git-github-workshop

3. Create a New Branch

Branch Naming Format:

yourname-githubusername

Example:

git checkout -b satyam-satyxm

Contribution

Open CONTRIBUTORS.md

Add one line using this format:

Name | Department | College Name

Example:

Satyam | CSE | XYZ Institute of Technology and Management

Push Your Changes

1. Stage Your Changes

git add .

2. Commit Your Changes

git commit -m "Added Satyam to CONTRIBUTORS.md"

3. Push Your Branch

git push origin satyam-satyxm

Create Pull Request (PR)

  1. Open your fork on GitHub
  2. Click Compare & pull request
  3. Click Create pull request

Contribution Completed

Your contribution will appear after the Pull Request is reviewed and merged.

About

This is a git and github workshop session directory

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors