From 350d959c46c20bc7d634001715db54049cae8f6b Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 15 Mar 2024 17:12:57 +0000 Subject: [PATCH] fix(git project): adding notions to help learn git --- subjects/git/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/subjects/git/README.md b/subjects/git/README.md index 5b9e9ae4d..2cef74a93 100644 --- a/subjects/git/README.md +++ b/subjects/git/README.md @@ -316,3 +316,8 @@ Your work must be submitted at the `gitea` link provided. The evaluation will be - Correctness of the git commands you are using. - Clear understanding of the git commands and concepts. + +### Notions + +- [Git Branching](https://learngitbranching.js.org/) +- [Git Gud](https://github.com/benthayer/git-gud)