hacktoberfest2021
hacktoberfest2021 copied to clipboard
Add your any type of project related to programming! :octocat: This is a beginner-friendly repository made specifically for Hacktoberfest that helps you get your first PR. Happy Hacking !!!!!
HacktoberFest 2021
🛠️ Installation Steps
- Clone the repository
git clone https://github.com/javascript-spec/hacktoberfest2021.git
- Change the working directory
cd hacktoberfest2021
- Create a branch
git branch <branch-name>
git checkout <branch-name>
- Start Contributing 🔥
- Stage all your changes
git add .
- Commit your changes with a commit message
git commit -m "commit message"
- Push your changes to Github
git push origin <branch-name>
- Create a pull request from Github
and happy enjoy for hacktoberfest2021