개발/기타 (1) 썸네일형 리스트형 [GIT] 터미널(Command) 명령어 GIT 추적 지우기 DS_Store 추적 지우기 git rm —cached -f *.DS_Store find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch UserInterfaceState.xcuserstate 추적 지우기 git rm --cache */UserInterfaceState.xcuserstate GIT 프로젝트 연결하기 git remote set-url origin 깃주소 GIT 커밋 취소 가장 최근의 커밋을 취소하기 git reset HEAD^ 특정 commit id로 되돌리기 git reset --hard commitID // ex.) git reset --hard e35871e 원격 저장소에 강제 push 하기 git .. 이전 1 다음