From 0a02688561a8ef30e7974bb56c8f54c6cd1beb6a Mon Sep 17 00:00:00 2001 From: RalphGit21 <90320730+RalphGit21@users.noreply.github.com> Date: Fri, 3 Dec 2021 22:26:34 +0100 Subject: [PATCH] Added Github tutorial --- content/docs/tutorials/version-control/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/tutorials/version-control/_index.md b/content/docs/tutorials/version-control/_index.md index 44789d9..2c72358 100644 --- a/content/docs/tutorials/version-control/_index.md +++ b/content/docs/tutorials/version-control/_index.md @@ -26,6 +26,7 @@ draft: false - We recommend Mac users to [also take a look at this tutorial](https://generalassembly.github.io/prework/cl) (optional). 2. Learn to use Git + - To get an understanding of what issues, pull requests and commits are and how these work, follow [this short introduction](https://lab.github.com/githubtraining/introduction-to-github) on Github. - Get started with applying the end-to-end Git workflow using Git Bash (i.e., through the command line) ([View tutorial](version-control.html)) - Curious how to use Git with a graphical user interface? (optional, but highly useful) - [Sourcetreeapp](https://www.sourcetreeapp.com) is a free Git client for Windows, Mac and Linux!