一:git init
二:git add --all
三:git commit -m ‘第一次提交‘
四:在gitee上建好仓库,复制仓库地址
五:git remote add origin https://gitee.***.git
六:git push -u origin master -f
over
提交现有代码到gitee
原文:https://www.cnblogs.com/rainbowLover/p/13056207.html