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)