DEV Community

Discussion on: git cake: when is my README’s birthday?

Collapse
 
rokokorag profile image
Rodrigo Acevedo

Thanks! I added the author information:

-> %C(magenta bold)%an (%ae)%Creset
Enter fullscreen mode Exit fullscreen mode

The final command is:

git log --date=format:'%d %b %Y' --diff-filter=A --name-only --pretty='%n%C(yellow bold)🎂️ %ad%Creset by (%C(blue bold)%h%Creset) -> %C(magenta bold)%an (%ae)%Creset'
Enter fullscreen mode Exit fullscreen mode
Collapse
 
bhupesh profile image
Bhupesh Varshney 👾

Nice, now the author is responsible for a treat 🍩