Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 565 Bytes

File metadata and controls

37 lines (27 loc) · 565 Bytes

Getting Started 🤩🤗

  • Fork this repo (button on top)
  • Clone on your local machine
git clone https://github.com/ayushete02/Hacktoberfest-2022-College-Projects
  • Navigate to project directory.
cd Hacktoberfest-2022-College-Projects
  • Create a new Branch
git checkout -b my-new-branch
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