Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 507 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 507 Bytes

forking-tutorial🍴

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.