Skip to content

COLONAYUSH/my-first-hacktoberfest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 

Repository files navigation

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

About

make your first pull request here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published