How git forking works?

后端 未结 3 1123
遥遥无期
遥遥无期 2021-01-29 09:10

So I am signed in github and I fork a project . Will my forked repo get updated everytime the original repo updates ? Or should I do forking from the original repo everytime so

3条回答
  •  一向
    一向 (楼主)
    2021-01-29 09:41

    Will my forked repo get updated everytime the original repo updates

    No. Fetching from the original repo from time to time is completely up to you. You can easily do it at your local repo (by convention, the original remote is called upstream while the fork remote is called origin).

提交回复
热议问题