赞
踩
git init
git add .
git commit -m 'first commit'
git remote add origin 你的远程库地址
git pull --rebase origin master
git push -u origin master
git rm -r -cached .
git add .
git commit - m "更新"
git push origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。