Skip to content

git 사용

SeongHo Hong edited this page Aug 8, 2018 · 3 revisions

파일 트래킹 중단

git rm --cached [FileName] // 특정 파일 git에서 지우고 싶을 때
git rm -r --cached [FolderName] // 특정 폴더 git에서 지우고 싶을 때

GIT flow

https://github.com/cozzin/cozzin.github.io/files/2268922/GIT.pdf

Clone this wiki locally