Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
how can I create a new feature detection file to "feature-detects" folder #704
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
sindresorhus
Jan 24, 2013
Member
You can't do that through the GitHub interface.
You first need to set up git
locally on your machine: https://help.github.com/articles/set-up-git
Then you need to fork the repo, clone the fork locally, create a branch with a suiting name, do your changes, commit, push to your fork, go to the fork on GitHub, click 'Submit Pull Request', done.
This will tell you everything you need to know about forking: https://help.github.com/articles/fork-a-repo
You can't do that through the GitHub interface. You first need to set up Then you need to fork the repo, clone the fork locally, create a branch with a suiting name, do your changes, commit, push to your fork, go to the fork on GitHub, click 'Submit Pull Request', done. This will tell you everything you need to know about forking: https://help.github.com/articles/fork-a-repo |
mAmged commentedSep 24, 2012
I want to add a new feature detection file as @paulirish told me to do #696
and I don't know on github how to do that.