터미널에 아래 코드를 입력하면 된다

git config --global alias.logs "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

사용 예)

아래 명령어로 모든 깃 로그를 그래프로 볼 수 있다.

git logs

아래 명령어로 깃 로그 상위 5개를 볼 수 있다

git logs -5

 

'환경 세팅' 카테고리의 다른 글

못생긴 vscode 터미널 색을 바꿔보자  (0) 2022.05.01
Docker로 M1맥에서 Ubuntu 돌리기  (0) 2022.04.15
git log 출력 cat으로 변경  (0) 2021.09.27
vscode C++ task.json  (0) 2021.08.20
vim 세팅  (0) 2021.08.10
복사했습니다!