diff options
author | Max Schumacher <maximilianbschumacher@gmail.com> | 2020-07-07 11:40:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 11:40:21 +0200 |
commit | 7e0f2d98fc9804d964ddf16a12d86f309eae34f4 (patch) | |
tree | 3f5c2ad7b17cefe33077644bbb5372857201ffbd | |
parent | ef0480286342219c7a592926660018534f5af12a (diff) | |
parent | 073a9bbb7eb0e827ec08fca50f0ad9ba7f305e3f (diff) |
Merge pull request #3965 from ComputerGenius152/patch-1
[git/en] Correcting Minor Typos
-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) |