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.
コミットを保存したいが、それをプッシュしたくない場合はどうすればよいですか?commit-1そして、いくつかのコミットの後、私もプッシュしましたが、それをプッシュしたいcommit-1ですか?
commit-1
プッシュする前にローカル コミットの順序を変更しますか?
を使用してそれを行うことができますgit rebase --interactive。ただし、これを使用する際の落とし穴について必ずお読みください。正しく使えば非常に強力です。
git rebase --interactive