git commit changes to banch code example
Example 1: how to commit a branch in git
git commit -m "added my github name"
Example 2: how to push changes to branch in git
# push any desired branch to remote
git push -u origin local_branch_name:remote_branch_name