您的位置:首页 > 运维架构 > Linux

linux建立git本地共享仓库和个人仓库

2016-10-10 20:53 211 查看
参考:https://git-scm.com/book/zh/v21、建立共享仓库




2、建立个人仓库(1)linux端使用clone创建个人仓库


  (2)windows端使用clone创建个人仓库






     (3)linux或windows端init创建个人仓库


 

 


  

参考:http://blog.csdn.net/wfdtxz/article/details/7973608http://blog.csdn.net/arkblue/article/details/9568249 (4)远程仓库的重定向
git remote rm origin
git remote add origin ...


 

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: