git クローン https://github.com/lnas01/rel...git チェックアウト ff0bb84
エラー: パス仕様 'ff0bb84' は、git で認識されているどのファイルにも一致しませんでした。
ff0bb84 はコミット ID です。 新しいブランチを作成したい場合は git checkout -b Branch_namegit checkout -b branch_name如果你想要返回到某个commit git reset commit_id コミットに戻りたい場合は git replace commit_id
git checkout -b Branch_name
git checkout -b branch_name
git reset commit_id
git replace commit_id
ここでコマンドを実行した結果: スクリーンショット 2017-06-13 13.30.23
ff0bb84 はコミット ID です。
新しいブランチを作成したい場合は
git checkout -b Branch_name
git checkout -b branch_name
如果你想要返回到某个commit
git reset commit_id
コミットに戻りたい場合はgit replace commit_id
ここでコマンドを実行した結果:
スクリーンショット 2017-06-13 13.30.23