Difference between Git Clone Vs Git Fork Vs Git Branch | Most Important Git Interview Question

Описание к видео Difference between Git Clone Vs Git Fork Vs Git Branch | Most Important Git Interview Question

#Fork #Branch #Clone #Git

GitHub Account for Free Code download: https://github.com/admindebu
Follow me on FaceBook:   / techtalkdebu  
Instagram: techtalk_debu
LinkedIn :   / debu-paul  

if you like my video, please subscribe to my channel and share the video

Git Clone: A clone is an exact copy of the master branch. The code will fetch from the central repository to your local machine.
Git Branch: A branch is a slightly changed or modified section of code that meets different objectives. Branches are not copies of each other but have the same origin

Git Fork: A fork is a copy of a repository that allows you to freely experiment with changes without affecting the original project. A forked repository differs from a clone in that a connection exists between your fork and the original repository itself. In this way, your fork acts as a bridge between the original repository and your personal copy where you can contribute back to the original project using Pull Requests.

Thanks & Regards,
Debu Paul

Комментарии

Информация по комментариям в разработке