Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 4
    oh...and I assume you mean that the branch is merged into another branch, such as master. HEAD moves every time I do a checkout, right? Commented Sep 21, 2012 at 18:55
  • 1
    HEAD usually points to a branch (unless you're in detached HEAD mode), so HEAD moves with the branch it points to Commented Sep 23, 2019 at 8:18