git lfs clone vs git clone

前端 未结 3 1576
轮回少年
轮回少年 2021-02-07 09:51

If I have git lfs installed on the client and I run:

git clone

is this equivalent to

git lfs clone

or will d

3条回答
  •  没有蜡笔的小新
    2021-02-07 10:55

    I updated the git client from 2.10.0 to 2.16.1 and it now says:

    WARNING: 'git lfs clone' is deprecated and will not be updated
    with new flags from 'git clone'
    
    'git clone' has been updated in upstream Git to have comparable
    speeds to 'git lfs clone'.
    

    I suppose the answer is that git lfs clone is now pretty much the same thing as git clone and the separate command will disappear.

提交回复
热议问题