maalolankannan1 / Hello-Hacktoberfest-2021

This repository is for everyone wanting to learn about open source, pull requests and willing to participate in hacktoberfest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello-Hacktoberfest-2021

  • What is a branch in GitHub?
    You can consider a branch as your own 'working copy' of the code.

  • What is a pull request?
    In simple words, pull requests are a mechanism for a developer to tell that their feature is compelete and can be merged with rest of the existing code.

  • How to raise a PR.

  1. Clone the project.
  2. Create a new branch (In case using cli use git checkout -b yourbranchname)
  3. Add a new file with your github username or a custom code of your own!
  4. Git Add and commit the changes.(Incase using CLI : git add <filename> and git commit -m commitmessage)
  5. Push the code! (Yay! Your first commit. Push using git push origin yourbranchname)
  6. On the github go to a branch and create a PR using the button there!
  • I would recommend using github desktop for committing your code if you are a beginner but if you want to learn cli/gitbash there are commands in the steps.

Feel Free to Contribute. Happy #hacktoberfest

About

This repository is for everyone wanting to learn about open source, pull requests and willing to participate in hacktoberfest.


Languages

Language:C++ 78.5%Language:Python 14.2%Language:C 6.5%Language:Java 0.5%Language:C# 0.3%