赞
踩
$ git init
$ git add . (注意这里有个点)
$ git commit -m '本次提交的说明'(说明信息为必填项,最好是信息有意义,便于后期理解)
$ git remote add origin https://gitee.com/qlqaq/projects/仓库名称
$ git pull --rebase origin master
$ git push -u origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。