GitXplorerGitXplorer
O

HacktoberFest_2021

public
13 stars
55 forks
15 issues

Commits

List of commits on branch main.
Verified
88d0d7f3765b48231251d84cda368cd41d9c964a

Merge pull request #81 from ashu2004a/main

OOrionJoshi committed 3 years ago
Verified
6a4c88e1b6fdea695fa7a0f1f1be65ff4e00b403

Merge pull request #79 from Arpiiitaaa/main

OOrionJoshi committed 3 years ago
Verified
74981bae01452f62147f64d0367c650c45f3159b

Merge pull request #94 from rminixssh/hactoberfest

OOrionJoshi committed 3 years ago
Verified
4da3c9815f57c3ae4f80fc1e27f1c3a67cbcff8e

Merge pull request #58 from atharvaphand08/ahp-dec

OOrionJoshi committed 3 years ago
Verified
d0ad6d2e7af96fc07808708af8a2a789cf3c0b82

Merge pull request #39 from bindaldhara/bindaldhara

OOrionJoshi committed 3 years ago
Verified
04dcba69501d599265e07612cdf8fde5b83993f1

Merge pull request #40 from adityaverma121/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!