차이

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

차이 보기로 링크

양쪽 이전 판이전 판
tech:git [2022/06/24 11:07] V_Ltech:git [2022/10/22 23:25] (현재) – [셋업 (Setup)] V_L
줄 64: 줄 64:
      # Set default so that always all changes are pushed to the repository (이건 무슨말인지 잘 모르겠음)      # Set default so that always all changes are pushed to the repository (이건 무슨말인지 잘 모르겠음)
     git config --global push.default "matching"     git config --global push.default "matching"
- 
  
 그리고 Git 설정사항을 확인하기 위해서는 그리고 Git 설정사항을 확인하기 위해서는
  
     git config --list     git config --list
- 
  
 === 컬러 하이라이트=== === 컬러 하이라이트===
줄 77: 줄 75:
     git config --global color.status auto     git config --global color.status auto
     git config --global color.branch auto     git config --global color.branch auto
- 
  
 ===특정 파일 (커밋) 무시하기=== ===특정 파일 (커밋) 무시하기===