Skip to content

This repository is made for absolute beginners who want to make their first pull request to get eligibility for HactoberFest-2021.

Notifications You must be signed in to change notification settings

gokullan/HactoberFest-2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi Developers, Unfortunately this repository doesn't qualify for HactoberFest 2021. Please read more here.

HactoberFest-2021

This repository is made for absolute beginners who want to make their first pull request to get eligibility for HactoberFest-2021.

Follow these simple steps to dive into the git world:

  1. Fork this repository.
  2. Go to your forked repository (e.g., YOUR-USERNAME/HactoberFest-2021)
  3. If you don't know git CLI commands you can drag and drop your code files to your forked repo.
  4. Once you pushed the code create a Pull Request.
  5. Your code will be merged :) Congrats! on your first contribution.

Sample git CLI commands to push codes:

  1. To clone: git clone https://github.com/YOUR-USERNAME/HactoberFest-2021.git
  2. Change your directory to the repo: cd HactoberFest-2021
  3. Make changes or add new files
  4. To add: git add .
  5. To commit: git commit -m 'ADD-COMMENT'
  6. To push: git push -u origin master

About

This repository is made for absolute beginners who want to make their first pull request to get eligibility for HactoberFest-2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 29.5%
  • C 20.6%
  • C++ 17.4%
  • Python 16.2%
  • Java 7.5%
  • JavaScript 7.4%
  • Other 1.4%