Skip to content

Commit

Permalink
Script to live graph a repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McCullough committed Jul 8, 2012
1 parent 0e4ff67 commit 6079644
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions git-graphlive
@@ -0,0 +1,8 @@
#!/bin/bash

while :
do
clear
git --no-pager log -$1 --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
sleep 2
done

0 comments on commit 6079644

Please sign in to comment.