git
git log 멋지게 출력하기
Debbi
2021. 11. 8. 00:41
728x90
.gitconfig 파일에 추가해주시면 됩니다!
[alias]
hist = log --graph --all --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(white)%s %C(bold red){{%an}}%C(reset) %C(blue)%d%C(reset)' --date=short