标签:add 仓库 dem ash 远程仓库 highlight com hub remote
# git_远程仓库 # 命令举例: # 1.推送本地到远程库,最开始要输入的两行命令: $ git remote add origin git@github.com:Clausding/demo.git $ git push -u origin master # 2.推送本地到远程库: $ git push origin master # 3.克隆远程库到本地 $ git clone git@github.com:Clausding/demo.git
标签:add 仓库 dem ash 远程仓库 highlight com hub remote
原文地址:https://www.cnblogs.com/mexding/p/9003559.html