Skip to content

Instantly share code, notes, and snippets.

@VxJasonxV
Forked from tlberglund/gist:3208768
Created December 5, 2012 03:08
Show Gist options
  • Save VxJasonxV/4211820 to your computer and use it in GitHub Desktop.
Save VxJasonxV/4211820 to your computer and use it in GitHub Desktop.
Live Log Script
#!/bin/bash
while (sleep 1)
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
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment