how to add and commit in git code example
Example 1: how to commit changes in git command
git commit -a
Example 2: git add .
git add <file> or you can do git add -A to add all files
git commit -a
git add <file> or you can do git add -A to add all files