1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

Merge pull request #3965 from ComputerGenius152/patch-1

[git/en] Correcting Minor Typos
This commit is contained in:
Max Schumacher
2020-07-07 11:40:21 +02:00
committed by GitHub

View File

@@ -82,12 +82,12 @@ pushed to other repositories, or not!
### Branch
A branch is essentially a pointer to the last commit you made. As you go on
committing, this pointer will automatically update to point the latest commit.
committing, this pointer will automatically update to point to the latest commit.
### Tag
A tag is a mark on specific point in history. Typically people use this
functionality to mark release points (v1.0, and so on)
functionality to mark release points (v1.0, and so on).
### HEAD and head (component of .git dir)