Update git.html.markdown

Fixing a few typos.
This commit is contained in:
cg 2020-07-02 13:28:08 -04:00 committed by GitHub
parent ef04802863
commit 073a9bbb7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)