Git fetch a specific commit by hash

前端 未结 3 1877
北荒
北荒 2020-12-10 11:40

Git allows to fetch from any given remote and reference, for example

git fetch  

So that those given com

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 12:00

    As today I tried:

    git fetch origin 
    

    And it works like a charm! (git version 2.20.1)

    Just be sure the is the full length reference

提交回复
热议问题