[mac] .DS_Store 없애기

oneofakindscene·2021년 8월 19일
0

github

목록 보기
7/7
  • 이미 .DS_Store가 remote 레포지토리에 올라간 상황
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
git commit -m "Remove .DS_Store from everywhere"
git push origin master

References

profile
oneofakindscene

0개의 댓글