赞
踩
git init
git add .
git commit -m "在这里编辑提交信息"
git config --global user.name "你的用户名"
git config --global user.email "你的邮箱"
- git remote add origin 你的远程仓库地址
-
- 例如:
- git remote add origin https://***/test.git
git pull origin master --allow-unrelated-histories
git push origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。