Skip to content

Latest commit

 

History

History

git-heads

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git heads

Show log of heads

Git alias:

heads = !"git log origin/main.. --format='%Cred%h%Creset;%C(yellow)%an%Creset;%H;%Cblue%f%Creset' | git name-rev --stdin --always --name-only | column -t -s';'"

Example:

git heads

Thanks https://gist.github.com/492227