share code share life share progress 一个用来练习GIT 用法的版本 随便用 不谢
git clone https://github.com/mickycm/moonevil.git 先克隆地址可选 git config --global user.email "[email protected]" 你的邮箱 git config --global user.name "mickycm" git add * 提交到缓冲区 git commit -m "备注信息" 提交到head git push origin master 提交至服务器 提示要输入账号密码 github的
如果第一步没克隆 就用下面的方法直接提交 git remote add origin https://github.com/mickycm/moonevil.git
git pull 从服务器更新代码