Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最初のコミットが間違っていて、(現在はプライベートな) リモートにプッシュされた場合、リモートでそのコミットを元に戻すにはどうすればよいですか?
修正してから --force をプッシュするだけでよいと思いますか?
コミットが 1 つしかない場合 (初期コミット)、次のように実行できます。
git commit --amend git push --force origin