cd
used for changing directoriescd ..
used for going up a level in a directory treels
list out all files / folders in the PWDpwd
print the PWD (print working directory)
npm install -g gulp
open gitbash terminal
cd practice
npm install
open gitbash terminal
cd practice
gulp
- open chrome to http://localhost:8080
git pull
Pull down all changes from the remote repogit add --all
Add all changed files intogit commit -m 'I am a message'
commit what you added with a messagegit diff
View differences in your files vs HEAD