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 :: docker bash command 
Shell :: How to Block apache Ports 
Shell :: git stash unstaged 
Shell :: catkin_make ignore package 
Shell :: All matches were filtered out by modular filtering for argument 
Shell :: mv is a Unix command and I think you are using windows. You have 2 options: Installing Git bash and in the bash use mv command. Using Windows move command. 
Shell :: ufw add rule 
Shell :: error timed out while waiting for handshake digitalocean 
Shell :: redis start stop commands 
Shell :: awk get index of matching substring 
Shell :: discord components python install 
Shell :: command prompt cd back 
Shell :: install node brew 
Shell :: When should you use a single dash within a Git command, as opposed to a double dash? 
Shell :: linux create folder with date 
Shell :: download wine for ubuntu 
Shell :: batch command run exe 
Shell :: GIT Error refname refs/heads/master not found 
Shell :: bash git coloring 
Shell :: how to chmod to exec 
Shell :: hstr editor 
Shell :: how to install eclipse in ubuntu 
Shell :: install whitenoise 
Shell :: resolve git conflicts github button disabled 
Shell :: ubuntu default phpmyadmin password 
Shell :: port kill ubuntu 
Shell :: start hostednetwork 
Shell :: supprimer une branche locale git 
Shell :: how to check hugo version 
Shell :: git commit ignore eslint 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =