사용자 도구

사이트 도구


git

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
git [2022/05/20 10:26]
kwon37xi [Git hook]
git [2023/10/14 13:47] (현재)
kwon37xi
줄 293: 줄 293:
   * bulk 갱신, 포맷팅 변경 같은 경우 blame 에 자꾸 나오면 오히려 불편함. 특정 commit 을 blame에서 제외하기   * bulk 갱신, 포맷팅 변경 같은 경우 blame 에 자꾸 나오면 오히려 불편함. 특정 commit 을 blame에서 제외하기
   * [[https://akrabat.com/ignoring-revisions-with-git-blame/|Ignoring mass reformatting commits with git blame – Rob Allen's DevNotes]]   * [[https://akrabat.com/ignoring-revisions-with-git-blame/|Ignoring mass reformatting commits with git blame – Rob Allen's DevNotes]]
 +
 +===== submodules =====
 +  * git 에서 다른 리포지토리를 디렉토리로 링크할 수 있음.
 +  * https://git-scm.com/book/en/v2/Git-Tools-Submodules
 +  * submodule 이 있는 리포지토리를 올바로 clone 하려면 ''--recursive'' 옵션 필요
 +
 +<code sh>
 +git clone --recursive <repos-url>
 +</code>
 +
 ===== 문제 해결 ===== ===== 문제 해결 =====
   * [[http://ohshitgit.com/|Oh, shit, git!]]   * [[http://ohshitgit.com/|Oh, shit, git!]]
git.txt · 마지막으로 수정됨: 2023/10/14 13:47 저자 kwon37xi