dev/etc

git .gitignore 적용 (apply gitignore)

재삐신생 2016. 12. 8. 22:53
반응형

깃에서 .gitignore 파일을 변경하면, 변경된 untracked 파일을 적용하는 commit을 해줘야 한다.

 

git shell에서 command

git rm -r --cached .
git add .
git commit -m "fixed untracked files"

 

 

 

updated 19.10.11 - applied with tistory's new editor

반응형

'dev > etc' 카테고리의 다른 글

stateless and stateful  (0) 2017.03.02
[OAuth 2.0] Store token and re-authentication  (0) 2017.02.15
ubuntu on docker on windows  (0) 2016.05.17
SSD를 위한 Windows 최적화  (0) 2016.05.13
코드 최적화의 기초적 근본적 체계  (0) 2012.07.20