mdoTomofumi Chiba
8/5/2024, 11:40:04 PM

git: 指定のコミットIDに戻す

$ # コミットIDを確認
$ git log 
$ git reset --hard <commit ID>
$ git push -f
TweetLike