Skip to content

A beginner-friendly repository to learn and practice GitHub workflows, including pull requests, contributions, and collaboration. πŸš€

Notifications You must be signed in to change notification settings

SohamMisra/GitHub-Practice

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ‰ Welcome to the Ultimate GitHub Collaboration Playground! πŸŽ‰

This repository is created to help the students to learn and practice pull requests, contributions, and collaboration on GitHub.

✨ What You Can Do Here

  • Learn GitHub Basics: Understand how to fork, clone, and push changes.
  • Practice Pull Requests: Create pull requests and see how they work.
  • Collaborate: Work with others to understand the collaboration workflow.
  • Get Your Contributions Merged: All valid pull requests will be merged into this repository.

πŸš€ How to Contribute

Follow these simple steps to contribute:

1. Fork the Repository

  • Click on the Fork button in the top-right corner of this repository page to create your own copy.

2. Clone Your Fork

  • Clone the forked repository to your local machine:
    git clone https://github.com/YajneshKumar2004/GitHub-Practice
    cd GitHub-Practice
    

3. Create a New Branch

  • Create a branch for your changes:
    git branch <your-branch-name>
    
  • Then switch to the new branch you created
    git checkout <your-branch-name>
    

4. Make Changes

  • Stage and commit your changes:
    git add .
    git commit -m "Added my contribution"
    

5. Push Your Changes

  • Push the changes to your forked repositogitry:
    git push origin <your-branch-name>
    

6. Create a Pull Request

  • Go to your forked repository on GitHub and click on the Pull Request button.
  • Submit the pull request to this repository.

🀝 Why This Repository?

  • This repository is here to:
    • Provide a safe and supportive space for learning.
    • Encourage open-source contributions.
    • Build confidence in GitHub workflows.

About

A beginner-friendly repository to learn and practice GitHub workflows, including pull requests, contributions, and collaboration. πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.5%
  • CSS 47.5%