Git
GitHub | .gitignore ์ค์ ํ๊ธฐ ์ commit๋ ์์ค ์ญ์ ๋ฐฉ๋ฒ
. gitignore ์ค์ ํ๊ธฐ ์ commit ๋ ์์ค ์ญ์ ๋ฐฉ๋ฒ Git Bash ์์ ์ ํ๋ก์ ํธ ๊ฒฝ๋ก์ ๋ค์ด๊ฐ๋ค. $ git rm --cached .classpath $ git rm --cached .project $ git rm --cached -r .settings $ git rm --cached -r bin ์ดํด๋ฆฝ์ค eclipse Git Staging ํ์ธ git add git push ํด์ฃผ๋ฉด ๋๋ค.
2021. 3. 20. 15:37