赞
踩
现在项目中有一个需求就是一个项目需要推送到多个远程仓库。
然后输入git remote -v
查看现有的远程仓库
接着我现在需要在oschina的库(大家根据实际需求来)上建这样一个项目并推送到远端
http://git.oschina.net 打开oschina的库,新建一个项目,拿到项目地址
https://git.oschina.net/wudajushi/fastjson-clone.git
接着git-bash中敲打
git remote add oschina https://git.oschina.net/wudajushi/fastjson-clone.git
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。