From 073a9bbb7eb0e827ec08fca50f0ad9ba7f305e3f Mon Sep 17 00:00:00 2001 From: cg <31290848+ComputerGenius152@users.noreply.github.com> Date: Thu, 2 Jul 2020 13:28:08 -0400 Subject: Update git.html.markdown Fixing a few typos. --- git.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git.html.markdown') 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) -- cgit v1.2.3