Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 529 Bytes

File metadata and controls

29 lines (23 loc) · 529 Bytes

Getting Started 💡:

  • Fork this repo
  • Clone on your local machine
git clone [https://github.com/itsmedeepak/Hacktoberfest-2022.git](https://github.com/adilmp123/HacktoberFest-Tut.git)
  • Create a new Branch
git checkout -b my-new-branch
  • Add your Name to CONTRIBUTER.md
git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push origin my-new-branch
  • Create a new pull request from your forked repository