标签:远程仓库 远程 同步 com push 关联 命令 origin remote
gitee新建远程仓库
本地仓库与远程仓库关联
$ git remote add origin git@gitee.com:huangbhs/javaweb.git
第一次推送master分支的所有内容
git push -u origin master
以后使用以下命令提交分支
git push origin master
标签:远程仓库 远程 同步 com push 关联 命令 origin remote
原文地址:https://www.cnblogs.com/sanzashu/p/11549911.html