commit changes to github code example
Example 1: how to commit a branch in git
git commit -m "added my github name"
Example 2: how to commit changes in git command
git commit -a
Example 3: github commit
git commit -m "msg"
git commit -m "added my github name"
git commit -a
git commit -m "msg"