Skip to content

Commit

Permalink
feat: This repository update by removing some files and updating cont…
Browse files Browse the repository at this point in the history
…ributors lists.
  • Loading branch information
Suraj-kumar00 committed Mar 30, 2024
1 parent 139d71b commit 61ed401
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 34 deletions.
1 change: 0 additions & 1 deletion Getting-started-with-Git-Github
Submodule Getting-started-with-Git-Github deleted from e54182
100 changes: 67 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,105 +1,139 @@
# Welcome to Git and Github Beginner Friendly Guide 👋

---

## [Getting to Know Git and GitHub: *Your Code's Best Friends*](https://surajk00.hashnode.dev/getting-to-know-git-and-github-your-codes-best-friends#heading-what-is-git)
## [Getting to Know Git and GitHub: _Your Code's Best Friends_](https://surajk00.hashnode.dev/getting-to-know-git-and-github-your-codes-best-friends#heading-what-is-git)

![Git and Github](https://cdn.hashnode.com/res/hashnode/image/upload/v1693398758809/3aab0636-bb93-4b41-9389-3c0edfc89754.png?w=1600&h=840&fit=crop&crop=entropy&auto=compress,format&format=webp)

---

# Getting-Started
> ## ⚠️Prerequisites
>> - Before getting into it, make sure you have read this [blog](https://surajk00.hashnode.dev/getting-to-know-git-and-github-your-codes-best-friends#heading-what-is-git)
>> - Also, make sure to read the [CONTRIBUTING guidelines](https://github.com/Suraj-kumar00/Getting-started-with-Git-Github/blob/main/CONTRIBUTING.md)

> ## ⚠️Prerequisites
>
> > - Before getting into it, make sure you have read this [blog](https://surajk00.hashnode.dev/getting-to-know-git-and-github-your-codes-best-friends#heading-what-is-git)
> > - Also, make sure to read the [CONTRIBUTING guidelines](https://github.com/Suraj-kumar00/Getting-started-with-Git-Github/blob/main/CONTRIBUTING.md)
---

# How to Be a Participant.
> Ⅰ. First star ⭐️ the [repo](https://github.com/Suraj-kumar00/Getting-started-with-Git-Github).

> Ⅰ. First star ⭐️ the [repo](https://github.com/Suraj-kumar00/Getting-started-with-Git-Github).
> Ⅱ. [Fork](https://github.com/Suraj-kumar00/Getting-started-with-Git-Github/fork) the project.
> Ⅲ. Clone the project to run on your local machine using the following command:
```sh
git clone https://github.com/<your_github_username>/Getting-started-with-Git-Github.git
```
> &#8547;. Get into the root directory
```sh
git clone URL of forked repo
```

> &#8547;. Get into the root directory if you are not
```sh
cd Getting-started-with-Git-Githube
```

```sh
cd Getting-started-with-Git-Github
```
> &#8548; . Create your branch.
```sh
git checkout -b <your_github_username-details>
```
```sh
git checkout -b <your_github_username>

example: git chekcout -b suraj/contributor
```

> &#8549;. Make a directory.
```sh
mkdir Contributors/github_username
```
```sh
mkdir Contributors/github_username
```

> &#8550;. Create a markdown file.
```sh
touch Contributors/github_username/your_name.md
```sh
touch Contributors/github_username/your_name.md
```
>&#8551;. Add your details in the markdown file and save it.

> &#8551;. Add your details in the markdown file and save it.
```sh
---
Name: Alex
GitHub_username: Alex-00
Linkedin/Twitter: Link_of_Social_post_where_you_share_your_learning
---
```
>&#8552;. Stage your changes

```sh
git add <filename>
```
> &#8552;. Stage your changes
```sh
git add filename
or
git add . // the '.' means here to add all the files
```

> &#8553;. Commit your changes
```sh
git commit -m "<your-commit-message>"
```
```sh
git commit -m "your-commit-message"
```

> &#8554;.Push your changes to your branch
```
git push origin "<your_branch_name>"
```
```
git push origin "<your_branch_name>"
```

> &#8555;. Create a [pull request](https://github.com/Suraj-kumar00/Getting-started-with-Git-Github/compare) 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! 😄

<a href="https://github.com/Suraj-kumar00/Getting-started-with-Git-Github/graphs/contributors">
<img src="https://contrib.rocks/image?repo=mohitjoping/Getting-started-with-Git-Github" />
<img src="https://contrib.rocks/image?repo=Suraj-kumar00/Getting-started-with-Git-Github" />
</a>

_View the list of all contributors [here](https://github.com/Suraj-kumar00/Getting-started-with-Git-Github/graphs/contributors)._

---
## Resources

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=Suraj-kumar00/Getting-started-with-Git-Github&type=Date)](https://star-history.com/#Suraj-kumar00/Getting-started-with-Git-Github&Date)

---

## Resources

- Git-Cheat-Sheet [pdf](https://github.com/Suraj-kumar00/Getting-started-with-Git-Github/blob/main/Resources/git-cheat-sheet-education.pdf)
- Git and Github (_Handwritten_) [pdf](https://github.com/Suraj-kumar00/Getting-started-with-Git-Github/blob/main/Resources/Git%20And%20Github%20Notes.pdf)
- You can learn more about open source [here](https://surajk00.hashnode.dev/what-is-open-source-beginners-guide-how-to-get-started)

---

## License 📝

LinksHub is licensed under the terms of the MIT License. check out [LICENSE](https://github.com/Suraj-kumar00/Getting-started-with-Git-Github/blob/main/LICENSE.txt) 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⭐_

0 comments on commit 61ed401

Please sign in to comment.