Posts

Friday, 17 April 2020

.gitignore is not working

.gitignore가 정상적으로 작동하지 않는다면?

// Delete repository cache all
git rm -r --cached .
// retracking with .gitignore
git add .
// commit
git commit -m "fixed untracked files"

No comments:

Post a Comment

[ new blog ]

new blog https://jihyo-jeon.github.io/