From 3b88eba11033db70c8575ea102cf7e98cb4cd3d9 Mon Sep 17 00:00:00 2001 From: Selva Muthu Kumaran Boopalan <86711942+selvamuthukumaran1@users.noreply.github.com> Date: Sat, 11 May 2024 02:12:20 +0530 Subject: [PATCH] Add git learning resource (#4562) backend-roadmap-git-new-link introduction to git : #4561 --- .../backend/content/104-version-control-systems/101-git.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/backend/content/104-version-control-systems/101-git.md b/src/data/roadmaps/backend/content/104-version-control-systems/101-git.md index 891e866a6..473b2bd6c 100644 --- a/src/data/roadmaps/backend/content/104-version-control-systems/101-git.md +++ b/src/data/roadmaps/backend/content/104-version-control-systems/101-git.md @@ -4,8 +4,9 @@ Visit the following resources to learn more: +- [Introduction to Git](https://learn.microsoft.com/en-us/training/modules/intro-to-git/) - [Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=SWYqp7iY_Tc) - [Learn Git with Tutorials, News and Tips - Atlassian](https://www.atlassian.com/git) - [Git Cheat Sheet](https://cs.fyi/guide/git-cheatsheet) - [Learn Git Branching](https://learngitbranching.js.org/) -- [Git Tutorial](https://www.w3schools.com/git/) \ No newline at end of file +- [Git Tutorial](https://www.w3schools.com/git/)