git checkout specific version failed
滿天的星座
滿天的星座 2017-06-14 10:52:28
0
1
738

git clone https://github.com/lnas01/rel...
git checkout ff0bb84

error: pathspec 'ff0bb84' did not match any file(s) known to git.

滿天的星座
滿天的星座

reply all (1)
学习ing

ff0bb84 is the commit id.
If you want to create a new branchgit checkout -b branch_name
If you want to return to a certain commitgit reset commit_id

The result of running the command here:
Screen Shot 2017-06-13 at 13.30.23

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!