Infra/Git9 특정 파일만 특정 commit 시점으로 되돌리기 https://computer-science-student.tistory.com/490 [Git] 특정 파일만 되돌리기 Git 특정 파일만 되돌리기 프로젝트를 진행하다가 작업 내용이 꼬이거나 하면 최근 커밋으로 초기화시킬때 보통 git reset --hard HEAD 명령어를 사용한다. 하지만 모든 작업 내용을 초기화하지 않고 computer-science-student.tistory.com git checkout 2022. 9. 29. Git submodule https://git-scm.com/book/ko/v2/Git-%EB%8F%84%EA%B5%AC-%EC%84%9C%EB%B8%8C%EB%AA%A8%EB%93%88 Git - 서브모듈 gitmodules 파일에 있는 URL은 조건에 맞는 사람이면 누구든지 Clone 하고 Fetch 할 수 있도록 접근할 수 있어야 한다. 예를 들어 다른 사람이 Pull을 하는 URL과 라이브러리의 작업을 Push 하는 URL이 서로 git-scm.com 2022. 6. 23. Git stash https://gmlwjd9405.github.io/2018/05/18/git-stash.html 2022. 6. 23. Git pull할 때 conflict 발생할 경우 https://goddaehee.tistory.com/253 [Git (6)] git pull 에러 해결방법 (Your local changes to the following files would be overwritten by merge ) [Git (6)] git pull 에러 해결 (Your local changes to the following files would be overwritten by merge ) 안녕하세요. 갓대희 입니다. 이번 포스팅은 [ git pull 충돌 에러 해결방법 ] 입니다. : ) 1... goddaehee.tistory.com 2022. 6. 23. 이전 1 2 3 다음