Programming/Etc
4 Ways to Ignore Files with Git
역시인생한방
2016. 8. 23. 12:53
다른건 필요없고 딱 내가 원했던 명령어
git update-index --assume-unchanged [filename]
참고 : http://codethug.com/2013/09/20/4-ways-to-ignore-files-with-git/