Git/Git 사용법

6. git의 추가 사용법

startonebyone 2022. 4. 7. 01:04

1) git의 내장 GUI

gitk

 

2) 콘솔에서 git output을 컬러로 출력

git config color.ui true

 

3) 이력(log)에서 확정본 1개를 한 줄로만 표시하기

git config format.pretty oneline

 

4) 파일 추가 시 대화식으로 추가하기

git add -i