Simple git log for release notes
git log --pretty=format:'*%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit --no-merges
Pro tip :
Create git alias in .gitconfig for easy access like git lr
[alias]
lr = log --pretty=format:'*%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit --no-merges
Written by Riyaz Mohammed Ibrahim
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Related Tags
#git
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#