Skip to content

Latest commit

 

History

History
76 lines (68 loc) · 3.18 KB

README.md

File metadata and controls

76 lines (68 loc) · 3.18 KB

My First Hacktoberfest

To read more about hacktoberfest please follow this link.

Create your first Pull Request here

  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
magsboy
Raul Hernandez
Barosch
Yuvraj Seegolam
Irfan Sener
Vani Taneja
Djenifer R. Pereira
Atithi kumari
Harsh gupta
James Wichanon
Ferdi S Kennedy
Ayush Kumar
Harshit Garg
Karvika
Harsh
Anirban Dey
Leoperon
João Pedro
Ilman Syafiqi
sushant kumbhar
swt02026
Muhammad Nauval Faiq Khilmi
Kinjal Rathod
Rahul Barad
[Luis HSantos] (https://github.com/luis-hsantos)
Krupa Nagar