git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPOSITORY.git
cd forked-repository
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| # Package.json | |
| "debug": "node_modules/.bin/nodemon --inspect-brk=0.0.0.0:9229 index.js" | |
| # lauch.json | |
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPOSITORY.git
cd forked-repository
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream