What is HEAD in Git?

后端 未结 22 2266
野的像风
野的像风 2020-11-22 10:02

You see the Git documentation saying things like

The branch must be fully merged in HEAD.

But what is Git HEAD exac

22条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 10:45

    Take a look at http://git-scm.com/book/en/Git-Branching-What-a-Branch-Is

    Figure 3-5. HEAD file pointing to the branch you’re on.

提交回复
热议问题