git status
git branch new_branch
git checkout branch
git commit -am "modify message"
git push origin branch|master
git pull origin branch|master