From 60dd51e4b83aa2a6ca505f1a7bbc2148dda25857 Mon Sep 17 00:00:00 2001 From: Abenezer Befekadu Date: Thu, 26 Dec 2024 20:52:27 +0300 Subject: [PATCH] Addition Description about forking --- about.html | 5 ++++- index.html | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index 4269f567..c74f5d06 100644 --- a/about.html +++ b/about.html @@ -6,6 +6,9 @@ About -

About

+

+ Forking is especially useful for contributing to open-source projects or + maintaining your custom version of someone else's work. +

diff --git a/index.html b/index.html index fa9b9230..8f00d927 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,10 @@

Hello Git

-

Abebe beso bela

+

+ In Git, forking means creating a personal copy of someone else's + repository (repo) in your own Git hosting account, such as GitHub, GitLab, + or Bitbucket. +