From 42a5d5bba6b32e8a4b873bd63ace1557a9f4d711 Mon Sep 17 00:00:00 2001 From: Arthur Henrique Date: Tue, 14 Mar 2023 05:56:02 -0300 Subject: [PATCH] feat: Include atlassian tutorials in git section (#3557) Atlassian's Git Tutorials come across the beginning up to advanced tips on git usage, a great place to dive into its understanding --- .../104-version-control-systems/100-basic-usage-of-git.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/backend/content/104-version-control-systems/100-basic-usage-of-git.md b/src/data/roadmaps/backend/content/104-version-control-systems/100-basic-usage-of-git.md index f1dacfec5..590c7251e 100644 --- a/src/data/roadmaps/backend/content/104-version-control-systems/100-basic-usage-of-git.md +++ b/src/data/roadmaps/backend/content/104-version-control-systems/100-basic-usage-of-git.md @@ -8,3 +8,4 @@ Visit the following resources to learn more: - [Version Control System Introduction](https://www.youtube.com/watch?v=zbKdDsNNOhg) - [Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=SWYqp7iY_Tc) - [Learn Git in 20 Minutes](https://youtu.be/Y9XZQO1n_7c?t=21) +- [Learn Git with Tutorials, News and Tips - Atlassian](https://www.atlassian.com/git)