What is the difference between Forking and Cloning on GitHub?

后端 未结 9 1267
耶瑟儿~
耶瑟儿~ 2020-12-04 05:14

I\'d like to know the differences between doing a Fork of a project and doing a clone of it.

Can I only send pull requests via GitHub if I\'ve forked a

9条回答
  •  离开以前
    2020-12-04 05:54

    In a nutshell, "fork" creates a copy of the project hosted on your own GitHub account.

    "Clone" uses git software on your computer to download the source code and it's entire version history unto that computer

提交回复
热议问题