数据分析师2017-10-01 00:28:41
How to add multiple remote repositories in Git? -PHP Chinese website Q&A-How to add multiple remote repositories in Git? -PHP Chinese website Q&A
Let’s take a look and learn.
迷茫2017-02-23 09:49:25
输入的时候不需要输入 < 和 >
应该是 git remote add <name> <url>
其中,name 表示你要给这个远程库起的名字,url 表示这个库的地址
提交的时候,先 add, commit。然后 git push <name> <branch> 就行
其中,name 表示你在上一步给它起的名字,branch 表示某一个分支