- Open vscode > go to Terminal > New Terminal > Type the commands
-
$ git --version -
$ git config --global --list - Error? To configure your Git Login, we will need to set your username and email address in Git. Open the terminal and enter these commands:
Set username in Git.
git config --global user.name "yourusername"
Set an email address in Git.
git config --global user.email "email@youremail.com"
Add the email address to your GitHub account.
Repeat step 3 to verify.
https://hacktoberfest.com/
- Live Server
- https://github.com/baekusboo/music-website.git
- https://github.com/Jayesh-JainX/Hacktoberfest-23
- https://github.com/Ananyasingh2002/Hacktoberfest2023.git
- https://github.com/H-Maurya/HarryPotter-x-Hacktoberfest
- https://github.com/GabeNedden/contribute
- https://github.com/Co-Contribute-OpenSource/DevOps
- https://github.com/Your-First-Open-Source-Project/main-website
- https://github.com/dev-AshishRanjan/Idea-Arca
- hacktoberfest2023/README.md
- https://www.hacksquad.dev/#qa
- https://cloudinary.com/blog/hacktoberfest-celebrate-open-source-sdks
- https://hacktoberfestswaglist.com/list/#swag-list-2023
-
Find the right repo with #hacktoberfest label to contribute
-
Fork it
-
Clone it
git clone https://www.github.com/username/repo-name -
Make changes in code files
-
Push it
git init git add . git commit -m "Commit message" git push origin main git status -
Raise Pull Request/ Merge Requests (PRs/MRs)
-
Wait for your PR/MR to be merged by the maintainer
-
Congrats you just completed your first contribution!