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 :: crontab do action inside folder 
Shell ::  
Shell :: linux shred command 
Shell :: git pasar de https a ssh 
Shell :: npm ERR! Command failed: git clone --depth=1 -q -b 1.3.8 git://github.com/eligrey/FileSaver.js.git 
Shell :: No repository for "Api Log Entity" was found. 
Shell :: stop docker container 
Shell :: linux file size 
Shell :: posh git install windows 
Shell :: linux saber la distribución terminal 
Shell :: delete cash on ubuntu 
Shell :: kill all processes holding a port 
Shell :: how to access docker container bash 
Shell :: bash check diff starting at specific line 
Shell :: git pull and overwrite 
Shell :: add i386 architecture ubuntu 
Shell :: how to undo makemigrations django 
Shell :: gradle init java application 
Shell :: how to install jwt in angular 
Shell :: powershell get process name by port 
Shell :: change history editor 
Shell :: aws ec2 swap 
Shell :: how discharge changes e recover last commit git 
Shell :: how to see pip installed packages 
Shell ::  
Shell :: apache2 configtest 
Shell :: get only figures of string bash 
Shell :: tar exclude directory 
Shell :: magento 2 reindex command line 
Shell :: ubuntu check user groups 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =