From 3db55febb66f88f3289487fdd8add34c328ad6ac Mon Sep 17 00:00:00 2001 From: Siddarth Singh <60757714+Siddharth-cmd@users.noreply.github.com> Date: Wed, 4 Jan 2023 20:26:26 +0530 Subject: [PATCH] Add git content and resources (#3074) * Update 100-git.md Added Git introduction and useful links. * Update content/roadmaps/117-flutter/content/104-version-control-systems/100-git.md Co-authored-by: Kamran Ahmed --- .../content/104-version-control-systems/100-git.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/117-flutter/content/104-version-control-systems/100-git.md b/content/roadmaps/117-flutter/content/104-version-control-systems/100-git.md index 65f57e71e..f1dacfec5 100644 --- a/content/roadmaps/117-flutter/content/104-version-control-systems/100-git.md +++ b/content/roadmaps/117-flutter/content/104-version-control-systems/100-git.md @@ -1 +1,10 @@ -# Git \ No newline at end of file +# Git + +[Git](https://git-scm.com/) is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. + +Visit the following resources to learn more: + +- [Learn Git on the command line](https://github.com/jlord/git-it-electron) +- [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)