Skip to content

fahmimuh/my-first-hacktoberfest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published