From f85bd5b206fce8e6dfb49c158ce03d90622c8704 Mon Sep 17 00:00:00 2001 From: Sofus Albertsen Date: Thu, 29 Feb 2024 15:04:22 +0100 Subject: [PATCH] Update README.md This repository is a collection of Git exercises. The exercises are designed for use when we are teaching Git courses. You should be able to use them as self-contained exercises that will allow you to keep your Git skills sharp. Exercises starting with basic are entry-level - other exercises vary greatly in difficulty. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3798de..7b890a0 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [Learn how to use Git](https://www.deployhq.com/git) - free tutorials and resources to help you learn the basics of Git * [The Git Community Book](https://schacon.github.io/gitbook/) - book built by dozens of people in the Git community * [Git Pocket Guide](https://shop.oreilly.com/product/0636920024972) - a short O'Reilly book on Git +* [Git katas](https://github.com/eficode-academy/git-katas) A set of exercises for deliberate Git Practice * [Git Real: Code School](https://www.codeschool.com/courses/git-real/) - paid training course from Code School * [Git Branching](https://pcottle.github.io/learnGitBranching/) - visual way to learn git branching * [Learn Git in a Month of Lunches](https://www.manning.com/books/learn-git-in-a-month-of-lunches) - tutorial-based book by Manning Publications