From 106549dacd43acbdd3cb8de350c695111bf2425d Mon Sep 17 00:00:00 2001 From: ebrahimmoqbel Date: Tue, 13 Jan 2026 17:05:39 +0000 Subject: [PATCH 1/2] Git difinition and purpose --- Wireframe/articles.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Wireframe/articles.md diff --git a/Wireframe/articles.md b/Wireframe/articles.md new file mode 100644 index 000000000..e69de29bb From 08737b5754182b3598fdb018f5b6b42cff97b344 Mon Sep 17 00:00:00 2001 From: ebrahimmoqbel Date: Tue, 13 Jan 2026 17:12:36 +0000 Subject: [PATCH 2/2] Git difinition and purpose --- Wireframe/articles.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Wireframe/articles.md b/Wireframe/articles.md index e69de29bb..45c22071a 100644 --- a/Wireframe/articles.md +++ b/Wireframe/articles.md @@ -0,0 +1,8 @@ +What is Git and why is it used? + +Git is a version control system used for tracking changes in computer files. It is generally used for source code management in software development. + +Git is used to tracking changes in the source code +The distributed version control tool is used for source code management +It allows multiple developers to work together +It supports non-linear development through its thousands of parallel branches \ No newline at end of file