Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 296 Bytes

NodeJS Web App Training

Plularsight - Jon Mills

Public: 98.156.3.115

Private: 10.0.0.21

========================

GitHub Notes

  • PULL
    • $ git pull
  • PUSH
    • $ git add -A .
    • $ git commit -m "A note about the commit"
    • $ git push -u origin master