Raal9410 / my-first-hacktoberfest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My First Hacktoberfest

To read more about hacktoberfest please follow this link

Create first Pull Request

  1. Fork the project, clone your fork:

    # Clone your fork
    git clone https://github.com/<your-username>/my-first-hacktoberfest.git
    
    # Navigate to the newly cloned directory
    cd my-first-hacktoberfest.git
  2. Create a branch for your PR git checkout -b your-branch-name

Tip: Keep your master branch pointing at the original repository and make pull requests from branches on your fork. To do this, run:

git remote add upstream https://github.com/mkamranhamid/my-first-hacktoberfest.git
git fetch upstream
git branch --set-upstream-to=upstream/master master

This will add the original repository as a "remote" called "upstream," Then fetch the git information from that remote, then set your local master branch to use the upstream master branch whenever you run git pull. Then you can make all of your pull request branches based on this master branch. Whenever you want to update your version of master, do a regular git pull.

  1. Add your name below with the link to your github profile
  2. Commit your changes with a message
  3. Push your changes to your branch

Contributors

Kamran Hamid
Faizan Amin
qasim
Tazeen Fatima
Mahin Ahmed
Faizan Amin
Thomas
Fahmi
janakpoojary
guilhermeasper
Arwin Neil
Raul Hernandez
Barosch
Yuvraj Seegolam

About