diff --git a/README.md b/README.md index b938d49..cfa95df 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,6 @@ 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. + +I am adding some text into the readme file as instructed by the practice activity. I will commit these changes into the repo. +