Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 290 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 290 Bytes

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

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