git 提交代码

git add .    //添加本目录下所有文件,注意后面的"."

git commit -m "文字描述修改"     //添加关于修改的文字描述

git push -u origin drawsomething  //提交代码

原文地址:https://www.cnblogs.com/visuals/p/4789552.html