Git Product home page Git Product logo

hacktober's Introduction

Hacktoberfest 2020!

The goal of this repo is to help beginners who are doing their first pull requests. Feel free to join!

Past contributors

2019 Hacktoberfest participants

Contributing guidelines

How to Create a Pull Request

Method one (easy, prefered for small changes)

  • Click on the fork on the top to fork this repo.
  • Go to your repo where you forked the project.
  • Goto any folder where you would like to add your file
  • Click "create new file"
  • Add name of file with extension ex: .c,.cpp
  • Add code (comments are optional)
  • Click commit/propose new file
  • Then you will see a "Pull Request" icon just under colored line
  • Click on it and open Pull Request

Method two (for large projects & many devs)

  • Click on the fork on the top to fork this repo.
  • Go to your repo where you forked the project.
  • Hit the clone button on your forked repo and copy the given link.
  • On your terminal / command prompt, type "git clone [put the link here]".
  • Change the index file in the folder.
  • Afterward, on your terminal / command prompt, type "git add index.html"; then 'git commit -m "[type a message]" '.
  • Create a remote to link the repository on github to your local workspace. use "git remote add [remote-name] [put the github link here]"
  • Push the commit. For example, type "git push [remote-name] master".
  • Go back to the original repo.
  • Hit "new pull request" and compare between forks.
  • Confirm the pull request and that's it!

Installation

Make sure git is installed. for remote git you should configure your ssh fingerprint.

Author: Saichethan M. Reddy

hacktober's People

Contributors

aayushakrrana avatar abhayanandaat avatar abhishekabhay910 avatar amanmishra20 avatar anuranjankr avatar arjuaman avatar ayushraj12 avatar dgiiit avatar dheeraj-2000 avatar gunreet03 avatar himanshu125 avatar hitzz07 avatar hmnthvarma avatar kanishk0003 avatar krymancer avatar michellecordeiro avatar mohitgora55 avatar nikunjkr avatar nit2rawidle avatar rajat-deoli avatar rounaksarda avatar saichethan avatar santo8050 avatar sharma-p avatar smdp2000 avatar surajg143 avatar teokitan avatar tyagimehul avatar

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.