Post

.gitignore 파일 적용하기

.gitignore 파일 작성하고 적용하기

1
2
3
4
git rm -r --cached .
git add .
git commit -m "커밋메세지"
git push origin {브랜치명}

.gitignore 적용하기

This post is licensed under CC BY 4.0 by the author.