git after commit code example
Example 1: how to commit changes in git command
git commit -a
Example 2: github commit
git config --global user.email "[email protected]"
git commit -a
git config --global user.email "[email protected]"