[关闭]
@puppet007 2018-03-20T08:05:49.000000Z 字数 157 阅读 203

git 初始化

git init

git remote add origin ssh://git@***
git config --global core.autocrlf false
git config --global core.safecrlf true

git add .
git commit -m '初始化'
git push -u origin master
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注