nodejs + express + jade Next steps: mkdir uwc-final cd uwc-final git init touch README git add README git commit -m 'first commit' git remote add origin git@github.com:wtfil/uwc-final.git git push -u origin master Existing Git Repo? cd existing_git_repo git remote add origin git@github.com:wtfil/uwc-final.git git push -u origin master Importing a Subversion Repo? Check out the guide for step by step instructions. When you're done: Continue