You must log in or register to comment.
I still don’t understand Git but I like this image
each commit points to the one before. additionally a commit stores which lines in which files changed compared to the previous commit. a branch points to a particular commit.