git commit what is code example
Example 1: git commit from terminal
git add index.html css/styles.css
git commit -m "Change titles and styling on homepage"
Example 2: git commit
git commit -a -m "The Commit message"
Example 3: git commit
//now commit the code
git commit -m "anyMessageYouWantToWrite"