From 744b651bbc447736b39342bdf345afc5c1dd65f8 Mon Sep 17 00:00:00 2001 From: Sudhakar Kumar Date: Tue, 20 Nov 2018 11:24:25 +0530 Subject: [PATCH] Fix capitalization (#34390) --- guide/english/git/difference-git-github/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/git/difference-git-github/index.md b/guide/english/git/difference-git-github/index.md index a5b3a91425..f750ef431f 100644 --- a/guide/english/git/difference-git-github/index.md +++ b/guide/english/git/difference-git-github/index.md @@ -3,7 +3,7 @@ title: Difference between Git and GitHub --- ## Difference between Git and GitHub -Git and Github are two different things. [Git](https://git-scm.com/) is the [version control system](https://en.wikipedia.org/wiki/Version_control), while [GitHub](https://github.com/) is an online service for hosting Git repos and helping people collaborate on writing software. However, the two are often confused due to their similar names, and because of the fact that GitHub builds on top of Git. Also, many websites and articles don't make the distinction between them clear enough. +Git and GitHub are two different things. [Git](https://git-scm.com/) is the [version control system](https://en.wikipedia.org/wiki/Version_control), while [GitHub](https://github.com/) is an online service for hosting Git repos and helping people collaborate on writing software. However, the two are often confused due to their similar names, and because of the fact that GitHub builds on top of Git. Also, many websites and articles don't make the distinction between them clear enough. ![Git is not GitHub](https://i.imgur.com/EkjwJdr.png)