how to git commit in terminal code example
Example: git commit from terminal
git add index.html css/styles.css
git commit -m "Change titles and styling on homepage"
git add index.html css/styles.css
git commit -m "Change titles and styling on homepage"