Git# Check status# git status Stage all changes# git add . Commit changes# git commit -m "msg" Push to remote# git push Pull from remote# git pull