gamitej / hacktoberfest2021

hacktoberfest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello world

πŸ™„ What to do ❓

  • Add favourite project that has significantly impacted to your journey to Open-Source.
  • It can be any of any length and can be any number of scripts, just add a folder with your projects name.

🧠 How to do ❓

  • Clone your forked repository to your pc ( git clone "url from clone option.)
  • Create a new branch for your modifications (ie. `git branch new-user` and check it out `git checkout new-user` and `git checkout -b new-user`)
  • Add your Project in the folder name `project`
  • Add your files (`git add -A`), commit (`git commit -m "added myself"`) and push (`git push origin new-user`)
  • Create a pull request

Best of LUCK πŸ™Œ for Hacktoberfest-2021

About

hacktoberfest


Languages

Language:Python 57.4%Language:C++ 21.7%Language:Java 8.3%Language:TypeScript 5.3%Language:HTML 3.1%Language:CSS 2.1%Language:JavaScript 2.1%