###git comments git branch git checkout -b development git status git add . git commit -m "update code" git push origin development