Express-Examples To clone this repository to a Cloud9 instance, run the following commands: git init git remote add origin https://github.com/NodeJS-Examples/Express-Examples.git git pull origin master git branch --set-upstream-to=origin/master master git pull