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.
私は自分の開発ブランチに非常に長い間取り組んできたので、マスターには何も関係ありません。マスターの開発ブランチをマスターでクリーンな状態にマージできるように、マスターを完全にワイプしたいと思います。
それ、どうやったら出来るの?
これが共有されていないと仮定して、マスターを削除し、ブランチの名前をマスターに変更してみませんか?
次の手順を実行することで、masterをdevの正確なコピーにすることができます。
git checkout dev git push origin dev:master