Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git see all commits without merge commits

git log --no-merges
Comment

git show only merge commits

git log --merges
Comment

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"
Comment

PREVIOUS NEXT
Code Example
Shell :: save docker update container state 
Shell :: bash regex if condition 
Shell :: ssh timeout 
Shell :: cli kill what is listening on port 
Shell :: flutter android sdkmanager not found 
Shell :: install solana anchor 
Shell :: how to check command history in linux with date and time 
Shell :: delete git stash list 
Shell :: WslRegisterDistribution failed with error: 0x8000000d 
Shell :: bash random int 
Shell :: mac generate ssh private key 
Shell :: xrandr 1366 
Shell :: remove remote 
Shell :: encrypt files in linux 
Shell :: how to open sublime in linux 
Shell :: pipenv specify environment location 
Shell :: get first line of output bash 
Shell :: git lines added and removed by author 
Shell :: debian install ping 
Shell :: gem install version 
Shell :: how to mount windows folder on ubuntu 
Shell :: how to uninstall slick-carousel 
Shell :: how to delete last push github 
Shell :: remove file from terminal ubuntu 
Shell :: how to install tesseract in other language in linux 
Shell :: unix get epoch in miliseconds shell 
Shell :: show file format snowflake 
Shell :: git how to roll back to a commit 
Shell :: download brave linux 
Shell :: ubuntu 20.04 install repo 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =