From 81dba62f665f12adbd2ed962eba4486bc2f88e8d Mon Sep 17 00:00:00 2001 From: irinigi Date: Thu, 31 Oct 2024 16:54:40 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b938d49..a3f4bc2 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ This repo is used as a demo for the in-class git fork guide ## About forks -Forking a repository makes an exact copy another project that resides on your personal account. This acts as a connection between your own repo and the owner's repo. Additionally, this allows the owner to protect their own code by preventing users from pushing to it directly but still giving developers a way to contribute in a non-intrusive way. Forking is very common in open-source software development. +Forking a repository makes an exact copy of another project that resides on your personal account. This acts as a connection between your own repo and the owner's repo. Additionally, this allows the owner to protect their own code by preventing users from pushing to it directly but still giving developers a way to contribute in a non-intrusive way. Forking is very common in open-source software development.