Git sparse checkout without leading directories [duplicate]

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-03 14:35:26
Mike Forsberg

Some tools like git hub have the ability to view a given folder directly. However to operate on only one folder at a time is forbidden in git as the whole repository must be present to perform the hash of the new commit and make the diff for the commit

It is also discussed here How to git-pull all but one folder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!