Skip to content

In this Repository, you'll learn about Git and GitHub. You'll start your open-source journey by contributing to this repository. All the resources are provided to get started.

License

Notifications You must be signed in to change notification settings

Suraj-kumar00/Getting-started-with-Git-Github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Git and Github Beginner Friendly Guide 👋


Git and Github


Getting-Started

⚠️Prerequisites


How to Be a Participant.

Ⅰ. First star ⭐️ the repo.

Ⅱ. Fork the project.

Ⅲ. Clone the project to run on your local machine using the following command:

git clone URL of forked repo

Ⅳ. Get into the root directory if you are not

cd Getting-started-with-Git-Github

Ⅴ . Create your branch.

git checkout -b <your_github_username>

example: git checkout -b suraj/contributor

Ⅵ. Move to Contributors directory.

cd Contributors

Ⅶ. Create a directory.

mkdir your_github_username

Ⅷ. Create a markdown file.

touch your_github_username/your_name.md

Ⅸ. Add your details in the markdown file and save it.

---
Name: John Doe
GitHub_username: JohnD-00
Linkedin/Twitter: Link_of_Social_post_where_you_share_your_learning
---

Ⅹ. Stage your changes

git add filename
or
git add . // the '.' means here to add all the files

Ⅺ. Commit your changes

git commit -m "your-commit-message"

Ⅻ.Push your changes to your branch

git push origin "your_branch_name"

Ⅼ. Create a pull request so, that we can merge it.

XIII. Share your learning with this repo on social.

https://github.com/Suraj-kumar00/Getting-started-with-Git-Github

What will you gain?

  • Basic of the Git and Github.
  • You start your open-source journey by contributing to this repository.

Contributors ✨

Thank you so much for your time, effort, and dedication! 😄

View the list of all contributors here.


Star History

Star History Chart


Resources

  • Git-Cheat-Sheet pdf
  • Git and Github (Handwritten) pdf
  • You can learn more about open source here
  • How Git Works: Explained in 4 Minutes(ByteByteGo) here

License 📝

This repo is licensed under the terms of the MIT License. check out LICENSE for details.


Support 🌱

We would love to have you, feel free to open issues and pull requests, and Don't forget to leave a star⭐

About

In this Repository, you'll learn about Git and GitHub. You'll start your open-source journey by contributing to this repository. All the resources are provided to get started.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published