| title | length | module | tags |
|---|---|---|---|
Build an NPM Module |
120 min |
4 |
npm, node, package |
By the end of this lesson, you will know/be able to:
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream