From 2691d9a1c3d36ab13efc75a435dcceb43b811b14 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Fri, 3 Oct 2025 09:29:32 +0100 Subject: [PATCH] Update Git-Basics/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Git-Basics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git-Basics/README.md b/Git-Basics/README.md index 9bc8bd91..7804ed5d 100644 --- a/Git-Basics/README.md +++ b/Git-Basics/README.md @@ -27,7 +27,7 @@ | Git is a software | GitHub is a cloud service | | Git is installed locally on the system | GitHub is hosted on the web | | It is command-line tool | It is a graphical user interface | -| Git is maintained by linux | GitHub is maintained by Microsoft | +| Git is maintained by Linux | GitHub is maintained by Microsoft | | It is focused on version control and code sharing | It is focused on centralized source code hosting | | Git is open-source licensed | GitHub includes a free-tier and pay-for-use tier | | Git was released in 2005 | GitHub was released in 2008 |