Skip to content

robhoes/buildlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Mapping git commits to build numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages