Members only Commit Commits, Branches, and Tags — What You Need to Know! Learn how commits, branches, and tags interplay, and how to work proficiently with them!
Git Featured What is HEAD in Git? HEAD answers the question: Where am I right now in the repository? It is a pointer to the currently checked-out branch or commit, which in turn contains an immutable snapshot of your entire code base at a given time.