Created
January 17, 2017 03:54
-
-
Save DavidGoussev/33af2f3ba329c4f88b1e1035f0341c42 to your computer and use it in GitHub Desktop.
nodejs contributing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // cd into your local forked dir | |
| git fetch upstream | |
| git checkout master | |
| git merge upstream/master | |
| //run testing component | |
| ./configure && make -j4 test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment