From 550c7bfe1e2c491997ef90a99dd0d50fe1dc9c3d Mon Sep 17 00:00:00 2001 From: softchris Date: Thu, 9 Jun 2022 23:49:46 +0100 Subject: [PATCH] adding GH video --- 1-getting-started-lessons/2-github-basics/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/1-getting-started-lessons/2-github-basics/README.md b/1-getting-started-lessons/2-github-basics/README.md index becc6c73..7abacf74 100644 --- a/1-getting-started-lessons/2-github-basics/README.md +++ b/1-getting-started-lessons/2-github-basics/README.md @@ -44,7 +44,11 @@ You'll need both a folder with a code project on your local machine (laptop or P Let's say you have a folder locally with some code project and you want to start tracking your progress using git - the version control system. Some people compare using git to writing a love letter to your future self. Reading your commit messages days or weeks or months later you'll be able to recall why you made a decision, or "rollback" a change - that is, when you write good "commit messages". -### Task: Make a repository and commit code +### Task: Make a repository and commit code + +> Check out video +> [![Git and GitHub basics video](https://img.youtube.com/vi/9R31OUPpxU4/0.jpg)](https://www.youtube.com/watch?v=9R31OUPpxU4) + 1. **Create repository on GitHub**. On GitHub.com, in the repositories tab, or from the navigation bar top-right, find the **new repo** button.