There was an error while loading. Please reload this page.
1 parent 50fcc71 commit 749a886Copy full SHA for 749a886
1 file changed
Wireframe/articles.md
@@ -1,3 +1,8 @@
1
-- Why did I chose Code Your Future to study along with my uni studies?
+What is Git?
2
3
-I chose Code Your Future alongside my university studies because tech is about more than just code—it’s about community.
+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