Skip to main content
DevOpsLabTH.dev

What is a branch and HEAD

A branch is a movable pointer to a commit. HEAD is a pointer to the branch you are currently on. See both as plain text files on disk.

Sign in to start the lab