Skip to content

Commit

Permalink
Removed Auto Contribution List Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed May 26, 2024
1 parent 133e54f commit 36ea843
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 80 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/update_contributors.yml

This file was deleted.

11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We appreciate your interest in contributing. 💐 This guide will help you get s
```bash
git clone https://github.com/<your-github-username>/30-Days-Of-CPP.git
```
- If you have already forked the project, update your copy before working:
If you have already forked the project, update your copy before working:
```bash
git remote update
```
Expand All @@ -35,7 +35,7 @@ We appreciate your interest in contributing. 💐 This guide will help you get s
```bash
git remote add upstream https://github.com/subhadipbhowmik/30-Days-Of-CPP.git
```
- If you have altered it, you have to rebase it:
If you have altered it, you have to rebase it:
```bash
git rebase upstream/<branch_name>
```
Expand Down Expand Up @@ -105,13 +105,6 @@ Happy coding!
![Line](https://user-images.githubusercontent.com/85225156/171937799-8fc9e255-9889-4642-9c92-6df85fb86e82.gif)
## Contributors List
| Avatar | Name | GitHub Profile |
|--------|------|----------------|
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
36 changes: 0 additions & 36 deletions update_contributors.py

This file was deleted.

0 comments on commit 36ea843

Please sign in to comment.