질문을 받았다. git으로 관리하는 환경에서 트래킹하고 있는 파일에서 로컬에서만 변경하고 이 파일을 커밋하지 않으려고 할때 어떻게 해야 하는가? 난 JetBrains 계열의 IDE를 사용하기 때문에 이런 파일들을 commit set을 분리해서 관리하고는 했다. 그런데 이걸
git reset --hard [commit id] git push --force
ISSUE osx에서 brew를 이용해서 git flow 설치하고 사용을 하고 있다. intellij에서 git flow plugin을 설치했다. 그리고 feature start를 하려고 하니 git flow를 찾을 수 없다는 오류가 발생했다. RESOLVE $ which git-flow /usr/local/bin/
git submodule 좋은듯 하면서 조금은 불편하네... init http://git-scm.com/book/ko/v1/Git-도구-서브모듈 // add git submodule add git://github.com/chneukirchen/rack.git rack // init git submodule init pull http://stackoverflow.com/
git clone --bare 폴더명 scp -r 폴더명.git 유저아이디@서버도메인:/레포지토리위치및이름.git git clone 유저아이디@서버도메인:레포지토리위치및이름.git