Single working branch with Git

前端 未结 7 1408
予麋鹿
予麋鹿 2021-01-01 15:21

Bounty short description

Is there a portable way to use a single repository w/ multiple checkouts? As an alternative to ha

7条回答
  •  一整个雨季
    2021-01-01 16:07

    What you are wanting is called alternates, which lets one repo be dependent on another for its objects. Its use isn't very common because disk space is cheap and you have to be careful not to accidentally delete objects the dependent repo needs.

提交回复
热议问题