From 2b8d1f470c1139acf856bb6f5dd7d0632b67bffe Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 5 Jun 2023 21:13:15 +0100 Subject: [PATCH] chore: add resource under backend:version-control-systems:git --- .../backend/content/104-version-control-systems/101-git.md | 2 ++ 1 file changed, 2 insertions(+) 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 eb35be86b..891e866a6 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 @@ -7,3 +7,5 @@ Visit the following resources to learn more: - [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