Making a commit for updated users list

First up, we'll run git status, we have some new files as well as some existing ones, I'll be using git add . to add all of those to the next commit. Finally, we can use git commit to actually make the commit, I'm going to use the -m flag to add our message, and right inside of quotes Add Users class and updateUserList event:

git commit -m 'Add Users class and updateUserList event'

We can go ahead and make this commit and push it up to GitHub, feel free to push to Heroku if you want, I'm going to hold off a little bit longer, everything should be working there as well as locally.

In the next section we're going to be making sure the messages, whether it's a text message or a location message, only gets ...

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.