赞
踩
git config --global user.name "xxx"
git config --global user.email "xxx"
git init
git add . (注意这里有个点)
git commit -m '本次提交的说明'
git remote add origin xxx
git pull --rebase origin master
git push -u origin master
git pull origin master
git add .
git commit -am "备注"
git push origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。