其他分享
首页 > 其他分享> > git一些概念

git一些概念

作者:互联网

  1. git中的HEAD、head和master
    https://juejin.cn/post/6844903493078089736

  2. git中refs/for/mybranch 和 refs/heads/mybranch
    https://blog.csdn.net/qq_31411389/article/details/77045719
    简单点说,就是refs/for/mybranch需要经过code review之后才可以提交;refs/heads/mybranch不需要code review。

Gerrit 下需要这样提交:$git push origin HEAD:refs/for/mybranch

https://blog.csdn.net/qq_31411389/article/details/77045719

标签:git,refs,概念,code,csdn,https,一些,mybranch
来源: https://www.cnblogs.com/amize/p/14378488.html