[git] commit log 검색하기 $ git log --grep [검색어] commit log에서 검색어가 포함된 commit을 보여준다. $ git log --oneline --grep [검색어] commit당 한 줄로 간단하게 확인할 수도 있다. Programming 2021.02.26