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.
プル リクエストから以前のコミットをすべて削除するにはどうすればよいですか?
ブランチとチェリーピック、リセットとプルの無限の組み合わせを試しましたが、何も機能していないようです...
最新のプル リクエストには、そのリクエストの変更のみが含まれます。他のコミットを削除しますか?
あなたができるrm .git
rm .git
それからgit init
git init
次にgit push、新しいレポに。
git push