git #branch #log #visualizer
-
git log visualizerPractical_skills/git 2019. 7. 13. 23:50
git log나 branch 등의 효과적으로 보기 위한 tool인 pretty git branch grpah 라는 것이 있다. $ gedit ~/.gitconfig 로 들어가서 [alias] lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C..