We’ve now added the ability to save talks to the database with timestamps and display a list of our talks. Now would be a good time to git add, commit, and push our changes.
Open a terminal window (or reuse one you already have open) and navigate to your jumpstart-webdev directory.
Add your new template to version control in your local repository:
git add app.py templates/talks.html
git commit -m "save talks to database and display list of talks"
git push
You can confirm through the github.com interface that the code is now there.
Let us know when you’ve pushed your work to GitHub.