본문 바로가기

etc

Git

반응형

1) .gitignore 설정후에 정상적으로 적용되지 않는 문제 해결하기


$ git rm -r --cached .
$ git add .
$ git commit -m "fixed untracked files



2) Rest  /  Rollback Local

git fetch origin
git reset --hard origin/master

반응형

'etc' 카테고리의 다른 글

tweet store, analysis  (0) 2014.11.09
twitter4j  (0) 2014.11.09
aws -credention  (0) 2014.11.09
diffbot  (0) 2014.11.07
JDK  (0) 2014.11.05