GithubHelp home page GithubHelp logo

nobodyn0se / hacktoberfest2020 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sd2001/hacktoberfest2020

0.0 0.0 0.0 84.51 MB

🤗Feel free to submit a PR💻 to have it merged and get a free Hacktoberfest tee👕 from Github🔮. Updated as per new guidelines✔️

License: MIT License

Python 0.39% HTML 1.86% JavaScript 0.18% CSS 0.08% Java 0.21% C++ 0.64% Jupyter Notebook 92.68% C 0.25% Makefile 0.01% R 0.01% Kotlin 0.01% Ruby 0.01% Swift 0.01% Objective-C 0.01% Dart 0.20% TeX 3.48%

hacktoberfest2020's Introduction




😄To make a Pull Request, follow the steps⬇️:

Readme Pushes won't be merged. Try pushing a genuine file and not destroy the essence of this prestigious event.

  1. Go to the top right corner of this page and click on the Fork Button.This creates a new copy of my demo repo under your GitHub user account with a URL like:
https://github.com/<YourUserName>/HacktoberFest2020
  1. Go to any folder, open terminal and type:
git clone https://github.com/<YourUserName>/HacktoberFest2020
  1. Once the repo is cloned, navigate to the Hacktoberfest2020 folder and you need to do two things:

    • Create a new branch by issuing the command:
    git checkout -b new_branch_name
    
    • Create a new remote for the upstream repo with the command:
    git remote add upstream https://github.com/sd2001/HacktoberFest2020
    

In this case, "upstream repo" refers to the original repo you created your fork from.

Now you can make changes to the code. The following code creates a new branch, makes an arbitrary change, and pushes it to new_branch:

  1. Once you add all the files in your branch, it time to push your code for generating a pull request.

    git status
    

    This checks whether you are on your created branch or the master branch. If it shows master, type:

    git checkout <Your Branch Name>
    

    Now its time for the Git operations. Always git pull to ensure that your files are updated.

    git pull origin master
    
    git add .
    
    git commit -m "Your Message"
    
    git push -u origin <Your Branch Name>
    

  1. Once you push the changes to your repo, the Compare & pull request button will appear in GitHub.

  1. Click it and you'll be taken to this screen:

  1. Open a pull request by clicking the Create pull request button. This allows the repo's maintainers to review your contribution. From here, they can merge it if it is good, or they may ask you to make some changes.

Woo-Hooo🎉, You have made a PR to this repo🥳!

Thank You💜!

hacktoberfest2020's People

Contributors

aakritikinra avatar abhinavkmr569 avatar adityaprakash-26 avatar apurvasharma20 avatar arnab-31 avatar ashmita-de avatar devanshpratapsingh avatar francisco-jair avatar gympohnpimol avatar harshitaggarwal01 avatar indiradutta avatar iwtga avatar malavika1699 avatar maneeshmashelkar avatar oliviyageorge avatar palveet avatar parinita08 avatar prachimandavee avatar pranavhegde99 avatar prathameshdeshpande avatar reanschwarzer1 avatar rohankumarp avatar sandip2224 avatar sd2001 avatar sg23600 avatar siddhant-k-code avatar srijarkoroy avatar suvoo avatar vismaya10 avatar vvhacker007 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.