Git
push 후 .gitignore 적용
kyeongjun-dev
2021. 3. 4. 16:06
(cjh5414.github.io/gitignore-update/)
감사합니다.
.gitignore 추가 후,
2050 vi .gitignore
2051 git rm -r --cached .
2052 git add .
2053 git status
2054 git commit -m "apply .gitignore"
2055 git push