From 01a69dc88425be5e152f97e466d9ea15a1d6b4e9 Mon Sep 17 00:00:00 2001 From: jrandym Date: Fri, 28 Jun 2024 21:36:47 -0700 Subject: [PATCH] Update README.md: Fix typo in GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0caea10..9a66041 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Learning Git and Github! +# Learning Git and GitHub Version control is an essential skill for developers to master, and Git is by far the most popular version control system on the web. In this fast-paced course, author Ray Villalobos shows you how to install Git and use the fundamental commands you need to work with Git projects: moving files, managing logs, and working with branches.