Programming/Etc

git update-index --assume-unchanged

역시인생한방 2015. 2. 10. 12:03

git update-index --assume-unchanged 파일명


명령을 실행하면 대상 파일은 commit 대상에서 제외된다.




git update-index --no-assume-unchanged 파일명


명령은 복원.