git 添加 oringin

git 添加 oringin

1. 添加 gitorigin

$ git remote add gitorigin [email protected]:Volcaner/1_gitHunger.git
$ git push gitorigin master

此时代码提交到githua远程仓库

2.添加 codingorigin

$ git remote add codingorigin [email protected]:Volcaner/1_gitHunger.git
$ git push codingorigin master

此时代码提交到coding远程仓库

你可能感兴趣的:(git 添加 oringin)