Better Git Log in browser window

Better Git Log

For all the Git users try this command , it will generate a better logging for git. It also shows your recent commits and the code difference in your browser window. You can also mention a port number using -p option.

git instaweb --httpd webrick    
Enjoy !! Play with it :)

Comments

Popular posts from this blog

Inserting and Moving elements inside Ruby Array

Difference between Validations, Callbacks and Observers