Commit changes in Git code example
Example 1: git commit
git add index.html css/styles.css
git add .
git commit -m "Change titles and styling on homepage"
Example 2: how to commit changes in git command
git commit -a
git add index.html css/styles.css
git add .
git commit -m "Change titles and styling on homepage"
git commit -a