From 4a8e5341e9bf55eba78fa040d74de97e6eb268d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Valent=C3=ADn=20Coloma=20Visconti?= <116523071+JulianColoma@users.noreply.github.com> Date: Sat, 23 Nov 2024 19:41:13 -0300 Subject: [PATCH] Add: Link to Git Exercises in Additional Resources --- git/foundations_git/git_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/foundations_git/git_basics.md b/git/foundations_git/git_basics.md index b609b010f12..feec45ba91a 100644 --- a/git/foundations_git/git_basics.md +++ b/git/foundations_git/git_basics.md @@ -176,4 +176,4 @@ The following questions are an opportunity to reflect on key topics in this less This section contains helpful links to related content. It isn't required, so consider it supplemental. -- It looks like this lesson doesn't have any additional resources yet. Help us expand this section by contributing to our curriculum. +- You can practice what you have learned with the exercises available on [Git Exercises - W3Schools](https://www.w3schools.com/git/git_exercises.asp).