git add -A stages all;git add . stages new and modified, without deleted;git add -u stages modified and deleted, without new.git commit code
git commit -m "message"
git push code
git push
git push master
git push origin dev:master
git swicth branch
git checkout dev
git get last changed from any branch
git pull