From 04148465a571f0ab27d55676134bd50321e7fd98 Mon Sep 17 00:00:00 2001 From: Rueimadut Date: Wed, 9 Oct 2024 07:27:56 +0100 Subject: [PATCH 01/15] initial commit --- Wireframe/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Wireframe/index.html b/Wireframe/index.html index 67544158..60ca090f 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -7,6 +7,21 @@ +
+

What is Git?

+

is a distributed version control system (DVCS) that helps developers track changes to code, collaborate efficiently, and maintain different versions of a project. It allows teams to work simultaneously on the same codebase without overwriting each other’s work. By keeping a complete history of changes, Git makes it easy to revert to previous versions and work offline. It also supports code reviews and ensures code quality by enabling collaborative workflows.

+
+ +
+

Why do developers need Git

+

Developers need Git because it enhances teamwork, provides a backup of the codebase, and makes it easier to track changes. It supports branching and merging, which allows developers to work on separate features or fixes without affecting the main project. This means parallel development can happen without interference.

+
+ +
+

What is a branch in Git?

+

A branch in Git is an isolated version of the repository where developers can work on new features, bug fixes, or experiments. Branches help in maintaining a stable main codebase while allowing independent development. Once changes are finalized, the branch can be merged back into the main project. This approach ensures that experimental work doesn’t affect production code until it’s ready.

+ +
From 3e9363cf50ab300555e4dfe0298bb38f5a76e97c Mon Sep 17 00:00:00 2001 From: Rueimadut Date: Wed, 9 Oct 2024 07:33:12 +0100 Subject: [PATCH 02/15] commit header --- Wireframe/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Wireframe/index.html b/Wireframe/index.html index 60ca090f..d2800dc0 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -7,6 +7,10 @@ +
+

Github

+

GitHub is a cloud-based platform that uses Git for version control and collaboration. It provides a space where developers can host their Git repositories, collaborate on projects, and share code with others.

+

What is Git?

is a distributed version control system (DVCS) that helps developers track changes to code, collaborate efficiently, and maintain different versions of a project. It allows teams to work simultaneously on the same codebase without overwriting each other’s work. By keeping a complete history of changes, Git makes it easy to revert to previous versions and work offline. It also supports code reviews and ensures code quality by enabling collaborative workflows.

From d5e426474ed5b09ea849cbbb1744dd172e3bc1d0 Mon Sep 17 00:00:00 2001 From: Rueimadut Date: Wed, 9 Oct 2024 07:38:56 +0100 Subject: [PATCH 03/15] commit changes --- Wireframe/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Wireframe/index.html b/Wireframe/index.html index d2800dc0..943371ef 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -26,6 +26,7 @@

What is a branch in Git?

A branch in Git is an isolated version of the repository where developers can work on new features, bug fixes, or experiments. Branches help in maintaining a stable main codebase while allowing independent development. Once changes are finalized, the branch can be merged back into the main project. This approach ensures that experimental work doesn’t affect production code until it’s ready.

+
From 7ca372fc0c067c79b91df258cc0aab72eb2f396c Mon Sep 17 00:00:00 2001 From: Rueimadut Date: Wed, 9 Oct 2024 07:48:49 +0100 Subject: [PATCH 04/15] commit footer --- Wireframe/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 943371ef..eb1a6b8a 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -26,7 +26,11 @@

What is a branch in Git?

A branch in Git is an isolated version of the repository where developers can work on new features, bug fixes, or experiments. Branches help in maintaining a stable main codebase while allowing independent development. Once changes are finalized, the branch can be merged back into the main project. This approach ensures that experimental work doesn’t affect production code until it’s ready.

-
+ From fa855bf79c2224ccb263b1c6f5d8c98e433a289d Mon Sep 17 00:00:00 2001 From: Rueimadut Date: Wed, 9 Oct 2024 08:00:36 +0100 Subject: [PATCH 05/15] commit article titles --- Wireframe/index.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index eb1a6b8a..7b6c63e6 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -12,20 +12,23 @@

Github

GitHub is a cloud-based platform that uses Git for version control and collaboration. It provides a space where developers can host their Git repositories, collaborate on projects, and share code with others.

-

What is Git?

-

is a distributed version control system (DVCS) that helps developers track changes to code, collaborate efficiently, and maintain different versions of a project. It allows teams to work simultaneously on the same codebase without overwriting each other’s work. By keeping a complete history of changes, Git makes it easy to revert to previous versions and work offline. It also supports code reviews and ensures code quality by enabling collaborative workflows.

-
+
+

What is Git?

+

is a distributed version control system (DVCS) that helps developers track changes to code, collaborate efficiently, and maintain different versions of a project. It allows teams to work simultaneously on the same codebase without overwriting each other’s work. By keeping a complete history of changes, Git makes it easy to revert to previous versions and work offline. It also supports code reviews and ensures code quality by enabling collaborative workflows.

+
-
-

Why do developers need Git

-

Developers need Git because it enhances teamwork, provides a backup of the codebase, and makes it easier to track changes. It supports branching and merging, which allows developers to work on separate features or fixes without affecting the main project. This means parallel development can happen without interference.

-
+
+

Why do developers need Git

+

Developers need Git because it enhances teamwork, provides a backup of the codebase, and makes it easier to track changes. It supports branching and merging, which allows developers to work on separate features or fixes without affecting the main project. This means parallel development can happen without interference.

+
-
-

What is a branch in Git?

-

A branch in Git is an isolated version of the repository where developers can work on new features, bug fixes, or experiments. Branches help in maintaining a stable main codebase while allowing independent development. Once changes are finalized, the branch can be merged back into the main project. This approach ensures that experimental work doesn’t affect production code until it’s ready.

+
+

What is a branch in Git?

+

A branch in Git is an isolated version of the repository where developers can work on new features, bug fixes, or experiments. Branches help in maintaining a stable main codebase while allowing independent development. Once changes are finalized, the branch can be merged back into the main project. This approach ensures that experimental work doesn’t affect production code until it’s ready.

+
+