commit -m github code example
Example 1: github commit
git commit -m "msg"
Example 2: github commit
git config --global user.email "[email protected]"
git commit -m "msg"
git config --global user.email "[email protected]"