Visual git guide (conventions)
Published in:2014-04-13 | Category: Tools
Words: 85 | Reading time: 1min | Reading:

Note: the original website address is here

Conventions

conventions

Commits are shown in green as 5-character IDs, and they point to their parents. Branches are shown in orange, and they point to particular commits.The current branch is identified by the special reference HEAD, which is “attached” to that branch. In this image, the five latest commits are shown, with ed489 being the most recent. master (the current branch) points to this commit, while maint (another branch) points to an ancestor of master’s commit.

Prev:
visual git guide (checkout command)
Next:
Visual git guide (basic usage)