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.
find . -type f | xargs sed -i 's/[\t ]*$//g'リポジトリ内のルート ディレクトリの後に、git リポジトリ内のローカルの変更を回復する方法はありますか?
find . -type f | xargs sed -i 's/[\t ]*$//g'