From 5f2f3f895990b21b1746b360ff2ce47302613d80 Mon Sep 17 00:00:00 2001 From: maria wie <61782299+maria-wie@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:45:23 +0100 Subject: [PATCH] content(cms): update Curriculum "git-a-concise-introduction/index" (#215) Automatically generated. Merged on Netlify CMS. --- content/courses/git-a-concise-introduction/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/courses/git-a-concise-introduction/index.mdx b/content/courses/git-a-concise-introduction/index.mdx index 6c3526b3d..dcc3af26d 100644 --- a/content/courses/git-a-concise-introduction/index.mdx +++ b/content/courses/git-a-concise-introduction/index.mdx @@ -4,7 +4,7 @@ lang: en date: 2023-12-11T11:21:29.681Z version: 1.0.0 tags: - - ui-design + - git resources: - git-version-control-via-command-line/index - git-collaboration/index @@ -16,7 +16,7 @@ abstract: |- 3. Git: VS Code uuid: a1w4kXMJBN0OQfM4QaEno --- -This curriculum introduces the main concepts in git +This curriculum introduces the main concepts in git. 1. The "Git version control via command line" post introduces basic Git commands that can be used from the command line. Understanding these commands will help you with using Git in a code editor, the git desktop and other options, like GitHub online. You will learn to: - be familiar with git terminology