Skip to content

Instantly share code, notes, and snippets.

@DavidGoussev
Created January 17, 2017 03:54
Show Gist options
  • Select an option

  • Save DavidGoussev/33af2f3ba329c4f88b1e1035f0341c42 to your computer and use it in GitHub Desktop.

Select an option

Save DavidGoussev/33af2f3ba329c4f88b1e1035f0341c42 to your computer and use it in GitHub Desktop.
nodejs contributing
// 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