git 仓库搭建,clone和push

本文介绍了如何使用Git搭建本地仓库,并提供了详细的命令说明来帮助读者掌握如何进行代码的推送(push)、克隆(clone)及不同场景下分支的管理。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

仓库搭建

http://www.cnblogs.com/qianxudetianxia/archive/2015/09/20/4824536.html


代码push:

$ git remote add origin git@127.0.0.1:/home/git/res.git

$ git push origin master 

clone:
$ git clone git@127.0.0.1:/home/git/res.git

参考:http://www.cnblogs.com/whthomas/p/3643974.html


push 开发分支:

4、推送本地分支local_branch到远程分支 remote_branch并建立关联关系

      a.远程已有remote_branch分支并且已经关联本地分支local_branch且本地已经切换到local_branch

          git push

     b.远程已有remote_branch分支但未关联本地分支local_branch且本地已经切换到local_branch

         git push -u origin/remote_branch

     c.远程没有有remote_branch分支并,本地已经切换到local_branch

        git push origin local_branch:remote_branch


参考:

http://blog.youkuaiyun.com/hijiankang/article/details/47254179

http://blog.youkuaiyun.com/wh_19910525/article/details/7438183


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值