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.
既存のアプリを使用して bitbucket リポジトリをセットアップしようとしていますが、 git remote add origin https://url1136 個のファイルが追加されます..どうすればそれをすべてクリアできますか?
git remote add origin https://url
ファイルが追跡されていない (つまり、以前に Git リポジトリに追加されたことがない) 場合は、次を使用します。
git clean -df
それ以外の場合は、これを使用します。
git checkout -- .