- 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
