Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 223 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 223 Bytes

Create a buildlog alias

If you would like to type something like 'git blog' instead of 'git log | buildlog', then add the following line to your ~/.gitconfig:

[alias]
       blog = !sh -c 'git log | buildlog'