diff options
author | cg <31290848+ComputerGenius152@users.noreply.github.com> | 2020-07-02 13:28:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 13:28:08 -0400 |
commit | 073a9bbb7eb0e827ec08fca50f0ad9ba7f305e3f (patch) | |
tree | 3f5c2ad7b17cefe33077644bbb5372857201ffbd /git.html.markdown | |
parent | ef0480286342219c7a592926660018534f5af12a (diff) |
Update git.html.markdown
Fixing a few typos.
Diffstat (limited to 'git.html.markdown')
-rw-r--r-- | git.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git.html.markdown b/git.html.markdown index aa96c90a..a40ef01b 100644 --- a/git.html.markdown +++ b/git.html.markdown @@ -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) |