From 76bcf219c91b064aef1dc5fe9455557d2a51f9a1 Mon Sep 17 00:00:00 2001 From: Sean Madsen <sean@seanmadsen.com> Date: Fri, 13 Jan 2017 09:57:29 -0700 Subject: [PATCH] adding link to git tutorial --- docs/basics/skills.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/basics/skills.md b/docs/basics/skills.md index 7220ee3e..dd560e20 100644 --- a/docs/basics/skills.md +++ b/docs/basics/skills.md @@ -32,6 +32,7 @@ accomplishing a particular development goal, certainly vary. - [Language reference](http://php.net/manual/en/langref.php) - **Git** - a version control system for tracking changes to source code - [Official documentation](https://git-scm.com/documentation) + - [15 minute interactive tutorial](https://try.github.io/levels/1/challenges/1) - **Command line / bash** - in general, "the command line" refers to using a text-only interface to run programs such as `civix`, `git`, and many more. Bash is the most common "shell" program used to execute these commands on -- GitLab