Skip to content

Instantly share code, notes, and snippets.

@bsquidwrd
Created July 27, 2014 22:48
Show Gist options
  • Save bsquidwrd/45fda1ff6641780b1dd1 to your computer and use it in GitHub Desktop.
Save bsquidwrd/45fda1ff6641780b1dd1 to your computer and use it in GitHub Desktop.
#!/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