提交现有代码到gitee

一:git init

二:git add --all

三:git commit -m '第一次提交'

四:在gitee上建好仓库,复制仓库地址

五:git remote add origin https://gitee.***.git

六:git push -u origin master -f 

over

原文地址:https://www.cnblogs.com/rainbowLover/p/13056207.html