crpoudyal / Hacktoberfest2022

#Hacktoberfest2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest_2022

Contribute to Opensource

Contribution Rules📚:

  • You are allowed to make pull requests. We just merge it ;)
  • Do NOT add any build steps e.g npm install (we want to keep this a simple static site)
  • Do NOT remove other content.
  • Styling/code can be pretty, ugly or stupid, big or small as long as it works
  • Try to keep pull requests small to minimize merge conflicts

Getting Started 🤩🤗:

  • Fork this repo (button on top)
  • Clone on your local machine
git clone https://github.com/crpoudyal/Hacktoberfest2022.git
  • Navigate to project directory.
cd Hacktoberfest2022
  • 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

Avoid Conflicts {Syncing your fork}

An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.

git remote add upstream https://github.com/crpoudyal/Hacktoberfest2022.git

You can verify that the new remote has been added by typing

git remote -v

To pull any new changes from your parent repo simply run

git merge upstream/master

About

#Hacktoberfest2022


Languages

Language:Python 35.0%Language:Java 27.6%Language:PHP 11.9%Language:C++ 10.4%Language:JavaScript 3.5%Language:Kotlin 3.2%Language:CSS 3.0%Language:Jupyter Notebook 2.4%Language:HTML 1.8%Language:C 1.0%Language:Dart 0.4%