Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git log show only merge commits

git log --merges --first-parent master 
        --pretty=format:"%h %<(10,trunc)%aN %C(white)%<(15)%ar%Creset %C(red bold)%<(15)%D%Creset %s"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #log #show #merge #commits
ADD COMMENT
Topic
Name
7+4 =