There was an error while loading. Please reload this page.
2 parents 9e2e03c + 08737b5 commit 9f59b69Copy full SHA for 9f59b69
1 file changed
Wireframe/articles.md
@@ -0,0 +1,8 @@
1
+What is Git and why is it used?
2
+
3
+Git is a version control system used for tracking changes in computer files. It is generally used for source code management in software development.
4
5
+Git is used to tracking changes in the source code
6
+The distributed version control tool is used for source code management
7
+It allows multiple developers to work together
8
+It supports non-linear development through its thousands of parallel branches
0 commit comments