Making a commit for the message form

I'm going to shut down the server, clear the output, and run git status so we can double-check all our changes; everything looks good here:

I'm going to use git add to add all of the files, including my untracked jQuery file to the repo. Then I use git commit to make the commit. I'm going to use the -m flag here, and a good message for this one would be Add form for messages and show incoming messages in browser:

git commit -m 'Add form for messages and show incoming messages in browser'

Once we have this in place, we can go ahead and push this up to GitHub. I am going to take a moment to deploy to Heroku ...

Get Advanced Node.js Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.