From d91e3a838c7ccfbd178453377ff6ad1cb1d2f6ae Mon Sep 17 00:00:00 2001 From: Nephew20 Date: Thu, 19 Sep 2024 22:07:25 -0400 Subject: [PATCH] changed stuff --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b938d49..96235a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # forking-tutorial🍴 This repo is used as a demo for the in-class git fork guide +!!! LOOK AT ME !!! + ## 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.