分类: git

1 篇文章

git
代码推送到git服务器 cd existing_folder git init git remote add origin http://git.dsmcase.com:90/cz/test.git git add . git commit -m "Initial commit" git push -u origin master 服务器代码有冲突…