赞
踩
Gitee
指定仓库git remote add origin https://gitee.com/xxxxxxxxxxxx (仓库地址)
git pull origin master
- # 把当前目录所有文件添加add和提交commit到版本库
- git add .
- git commit -m "add to gitee"
-
- #将本地仓库推送至 gitee 远程仓库
- git push origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。