git add . //添加本目录下所有文件,注意后面的"."
git commit -m "文字描述修改" //添加关于修改的文字描述
git push -u origin drawsomething //提交代码