From 264afe4e0344cc087c528ba609c5f89568bd390d Mon Sep 17 00:00:00 2001 From: Ahmad Asaad Date: Mon, 30 Sep 2024 13:44:42 +0300 Subject: [PATCH] Add a link to "Learn Git Branching" tutorial to "Branching Basics" topic in "Git & Github" roadmap & rename file in "Backend" roadmap content. (#7250) Added "Learn Git Branching" tutorial link. --- .../content/branching-basics@bXfCUG3h1TIFPgD4WUDph.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/git-github/content/branching-basics@bXfCUG3h1TIFPgD4WUDph.md b/src/data/roadmaps/git-github/content/branching-basics@bXfCUG3h1TIFPgD4WUDph.md index d1fda79f9..1c871adaf 100644 --- a/src/data/roadmaps/git-github/content/branching-basics@bXfCUG3h1TIFPgD4WUDph.md +++ b/src/data/roadmaps/git-github/content/branching-basics@bXfCUG3h1TIFPgD4WUDph.md @@ -5,4 +5,5 @@ Branches in Git serve as separate lines of development that allow multiple featu Visit the following resources to learn more: - [@official@Git Branching - Basic Branching and Merging](https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging) -- [@video@Git Branches Tutorial](https://www.youtube.com/watch?v=e2IbNHi4uCI) \ No newline at end of file +- [@article@Learn Git Branching](https://learngitbranching.js.org/) +- [@video@Git Branches Tutorial](https://www.youtube.com/watch?v=e2IbNHi4uCI)