GitXplorerGitXplorer
O

HacktoberFest_2021

public
13 stars
55 forks
15 issues

Commits

List of commits on branch main.
Verified
59ee4e43e7639c43f9c4e1b43f5c8bf45d62e389

Merge pull request #76 from shivamagarwal1999/patch-1

OOrionJoshi committed 3 years ago
Verified
e69e12dc2b27475eb7de2b198451d9390aaa8812

Merge pull request #63 from Harshitp7/LinearProb

OOrionJoshi committed 3 years ago
Verified
f1fd876c81e46d48b1c3198113519463ceda5879

Merge pull request #71 from abheer18/main

OOrionJoshi committed 3 years ago
Verified
2f65bcd74adbae37ec27730d857047ba9035f35c

Merge pull request #66 from ManWithAHat/main

OOrionJoshi committed 3 years ago
Verified
47e9e5e36c3bfd4fdeb28de3c8d5138b7c3a79ae

Merge pull request #77 from shivamagarwal1999/patch-2

OOrionJoshi committed 3 years ago
Verified
d25474bb8732d7a474897c67286b3ebce116815d

Merge pull request #72 from prpratheek/main

OOrionJoshi committed 3 years ago

README

The README file for this repository.

🎃 HacktoberFest Starter Project 🎃

This is a beginner friendly repository made specifically for Hacktoberfest

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest.git
  • Make your changes
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!