From 8c13e691f370343d85efe4b532f95572e54c9e65 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Thu, 23 May 2019 17:26:34 +0530 Subject: [PATCH 1/2] Add "Basic Git workflow" to doc sidebar --- src/data/doc-links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/doc-links.yml b/src/data/doc-links.yml index 88b3abd4..262f6b1a 100644 --- a/src/data/doc-links.yml +++ b/src/data/doc-links.yml @@ -9,6 +9,8 @@ link: /how-it-works - title: User interface overview link: /user-interface-overview + - title: Basic Git workflow + link: /basic-git-workflow - title: Adding repositories items: From f710da97a5b43528c61bc911e402f8635556740e Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Mon, 10 Jun 2019 15:05:26 +0530 Subject: [PATCH 2/2] Improve sentence quality --- docs/basic-git-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic-git-workflow.md b/docs/basic-git-workflow.md index 3f290e43..99792837 100644 --- a/docs/basic-git-workflow.md +++ b/docs/basic-git-workflow.md @@ -1,6 +1,6 @@ # Basic Git workflow -The following 6 steps outline a typical workflow with Git in Thermal. All steps & actions are explained in depth in their respective topics. +The following 6 steps outline a typical workflow using Git in Thermal. All these steps & actions are explained in depth in their respective topics. ## Opening a repository in Thermal