Just don't copy paste
- Fork this repository by clicking on the top right fork button in this page
- Click on code and copy the repo https link
- Clone this fork using : git clone https://github.com/OtacilioN/awesome-hacktoberfest-2022/ (this is the link which you copied)
- Open directory using cd repo-name (repo name is awesome-hactoberfest-2022)
- Create a branch using : git checkout -b branch-name
- Make changes in the local environment
- Commit using : git commit -m "Message to be written while commit" -push The repo using : git push -u origin branch-name -Create a new pull request from your forked repo.
- Wait for its review and merge approval.