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

posted @ 2016-12-09 14:54  qqisnow2021  阅读(444)  评论(0编辑  收藏  举报