There are currently 3 files in root directory of our project: index.html
, styles.css
, and script.js
. We have already staged the index.html
and styles.css
files. We want to commit only the staged files with the message "Add index.html and styles.css files". What command should we run to commit the changes?