From 059512846e6206821fc6cbac94f1259b4d7a1ae5 Mon Sep 17 00:00:00 2001 From: gitmbgitmb <44292073+gitmbgitmb@users.noreply.github.com> Date: Wed, 21 Nov 2018 05:01:12 +0530 Subject: [PATCH] Added Resources to learn Git link (#22502) * Added Resources to learn Git link * Fixed formatting --- guide/english/git/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/git/index.md b/guide/english/git/index.md index f85f2a811c..c039e15223 100644 --- a/guide/english/git/index.md +++ b/guide/english/git/index.md @@ -95,6 +95,7 @@ This displays the manual page for the command in your shell window. To navigate, ### Sources This article uses information from the Pro Git book, written by Scott Chacon and Ben Straub and published by Apress. The book is displayed in full in the Git documentation. -### More Information: +#### More Information - For downloads, documentation, and a browser-based tutorial: Git official website - Most useful commands when you're in bad GIT situation: Oh shit, git! +- [Resources to learn Git](https://try.github.io/)