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.