how to make a commit in git code example
Example 1: how to commit a branch in git
git commit -m "added my github name"
Example 2: git commit
//now commit the code
git commit -m "anyMessageYouWantToWrite"
Example 3: how to commit changes in git command
git commit -a