🍣

too many changes were detected vscode

に公開

って出た。おそらく.gitフォルダが変なところにあって、それを親フォルダとして認識してしまっているのが原因。

git rev-parse --show-toplevel

してその.gitフォルダを削除する。

https://stackoverflow.com/questions/60160453/vs-code-the-git-repository-has-too-many-active-changes-only-a-subset-of-git-f

Discussion