From 4032809f46174d16847f875b0a4b74b29a2ac1f8 Mon Sep 17 00:00:00 2001 From: Ebrahim_Moqbel Date: Tue, 13 Jan 2026 16:42:23 +0000 Subject: [PATCH 1/4] A reason for me to join CYF --- Wireframe/articles.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Wireframe/articles.md diff --git a/Wireframe/articles.md b/Wireframe/articles.md new file mode 100644 index 000000000..667f5c685 --- /dev/null +++ b/Wireframe/articles.md @@ -0,0 +1,3 @@ +- Why did I chose Code Your Future to study along with my uni studies? + +I chose Code Your Future alongside my university studies because tech is about more than just code—it’s about community. CYF offers a unique space to belong and grow, providing the holistic support and professional network that transforms a student into a leader." \ No newline at end of file From 50fcc71e882c0e8610734c7ee04b8864c8a8ac0b Mon Sep 17 00:00:00 2001 From: Ebrahim_Moqbel Date: Tue, 13 Jan 2026 16:47:40 +0000 Subject: [PATCH 2/4] Reson --- Wireframe/articles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wireframe/articles.md b/Wireframe/articles.md index 667f5c685..52e91f747 100644 --- a/Wireframe/articles.md +++ b/Wireframe/articles.md @@ -1,3 +1,3 @@ - Why did I chose Code Your Future to study along with my uni studies? -I chose Code Your Future alongside my university studies because tech is about more than just code—it’s about community. CYF offers a unique space to belong and grow, providing the holistic support and professional network that transforms a student into a leader." \ No newline at end of file +I chose Code Your Future alongside my university studies because tech is about more than just code—it’s about community. \ No newline at end of file From 749a8867b90215678ea523c23aabdac76285a931 Mon Sep 17 00:00:00 2001 From: Ebrahim_Moqbel Date: Tue, 13 Jan 2026 17:57:03 +0000 Subject: [PATCH 3/4] What is Git and why is it being used? --- Wireframe/articles.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Wireframe/articles.md b/Wireframe/articles.md index 52e91f747..f6a6e6d94 100644 --- a/Wireframe/articles.md +++ b/Wireframe/articles.md @@ -1,3 +1,8 @@ -- Why did I chose Code Your Future to study along with my uni studies? +What is Git? -I chose Code Your Future alongside my university studies because tech is about more than just code—it’s about community. \ No newline at end of file +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 From 0173feafdad799c001141089fd35e00abb06694f Mon Sep 17 00:00:00 2001 From: Ebrahim_Moqbel Date: Tue, 13 Jan 2026 18:27:59 +0000 Subject: [PATCH 4/4] Article on the purpos of git --- Wireframe/articles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wireframe/articles.md b/Wireframe/articles.md index f6a6e6d94..7d387e883 100644 --- a/Wireframe/articles.md +++ b/Wireframe/articles.md @@ -1,4 +1,4 @@ -What is Git? +nWhat is Git? Git is a version control system used for tracking changes in computer files. It is generally used for source code management in software development.