From b0bd730d4df690d9ea1a0df9807349ba52879824 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Wed, 24 Jan 2018 12:08:52 -0600 Subject: [PATCH] Updates link to version 2 of the git guide --- source/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started.rst b/source/getting-started.rst index 261a146..25f5089 100644 --- a/source/getting-started.rst +++ b/source/getting-started.rst @@ -88,4 +88,4 @@ Understanding Source Control In the Python community, we typically use `git `_, a *version control system*. Tools, like git, are used to store all changes to code files, so you can go back to any point in history and reference yourself later if needed. They are also very useful for collaborating with others. -Git is a bit tricky to get started with, but `here's a great guide `_ that will get you setup and teach you the basics. It's a requirement if you're ever going to work with Python in a professional environment. +Git is a bit tricky to get started with, but `here's a great guide `_ that will get you setup and teach you the basics. It's a requirement if you're ever going to work with Python in a professional environment.