zoukankan      html  css  js  c++  java
  • git pull 然后 ahead of origin/master * commit 消失

    本来显示 your branch is ahead origin/master * commit
    后来也许在master merge 这个分支后, 然后git pull, 就显示Your branch is up-to-date with 'origin/master'。

    无法理解什么git pull之后,就显示正常了呢?难道是因为git pull更新了全部的branch信息,然后origin/master的head和这个branch的head相同了,所以就ok了吗。

    没有理解git pull的完整含义。

    为什么git pull之后显示:

    From xxxx
    0e61fef..d21af1f master -> origin/master
    * [new branch] xxx -> origin/xxx
    * [new tag] tag-xxx -> tag-xxx

  • 相关阅读:
    FormData的使用
    数据绑定
    DOM的映射机制
    leetcode750
    leetcode135
    leetcode41
    leetcode269
    leetcode253
    leetcode42
    leetcode48
  • 原文地址:https://www.cnblogs.com/qinqiu/p/6149533.html
Copyright © 2011-2022 走看看