Giter Site home page Giter Site logo

somy123 / hacktoberfest2022-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from izroth404/hacktoberfest2022

0.0 0.0 0.0 72 KB

This repo is created only for hacktoberfest. So do enjoy while coding. Please Keep the repo clean by coding only inside the files

C++ 5.39% Python 6.96% Java 86.52% Roff 1.13%

hacktoberfest2022-2's Introduction

Explore Open Source

Hacktoberfest 2022

Getting Started

  1. Fork this repo.
  2. Clone the repo
git clone <YOUR_FORKED_REPO_URL>
  1. CD into the specific directory. Create a new branch of the master
git branch <NEW_BRANCH_NAME>
  1. You can check which branch you are in using
git branch

Now checkout to the new branch created.

git checkout <BRANCH_NAME>
  1. Stage the changes by using the command
git add
  1. Commit the changes made by you using the command
git commit -m "<YOUR_MESSAGE>"

Give an appropriate message explaining the changes you made.

  1. Push the changes using
git push --set-upstream origin <branch-name>
  1. After you push the changes head over to the forked repo and a
Compare & pull request

button will appear.

  1. Click on that button and you will be taken to a page where you can create a pull request. After you have submitted the PR, we will review your work and approve the PR and merge it with the master branch.

hacktoberfest2022-2's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.