【Git】リモートリポジトリの過去のバージョンを取得
Github等のリモートリポジトリの過去のバージョンを取得する方法
1.過去のバージョンを確認
git log <オプション>
2.過去のバージョンに戻す
git log <オプション>
1に表示された戻したいバージョンのコミットIDを使用する
git checkout <コミットID>
# 例
git checkout 838dff8fsdfsdf8sdsdf8sd8fdsf8sdf8dg
Author And Source
この問題について(【Git】リモートリポジトリの過去のバージョンを取得), 我々は、より多くの情報をここで見つけました https://qiita.com/takuan_22/items/b0791502a03928772e89著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .