Skip to content

Instantly share code, notes, and snippets.

@wernerb
Created January 19, 2015 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wernerb/4533078196d284c97588 to your computer and use it in GitHub Desktop.
Save wernerb/4533078196d284c97588 to your computer and use it in GitHub Desktop.
git live
#!/bin/bash
while :
do
clear
git --no-pager log --graph --pretty=oneline --abbrev-commit --decorate --all $*
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment