git 클론 https://github.com/lnas01/rel...
git 체크아웃 ff0bb84
오류: pathspec 'ff0bb84'가 git에 알려진 파일과 일치하지 않습니다.
学习ing2017-06-14 10:54:28
ff0bb84는 커밋 ID입니다.
새 브랜치를 생성하려는 경우 git checkout -b Branch_name
git checkout -b branch_name
如果你想要返回到某个commit git reset commit_id
커밋으로 돌아가고 싶은 경우 git Reset commit_id
여기에서 명령을 실행한 결과:
스크린 샷 2017-06-13 at 13.30.23