Skip to content

Instantly share code, notes, and snippets.

@uicoded
Forked from tlberglund/git-loglive
Last active August 29, 2015 14:16
Show Gist options
  • Save uicoded/8d76c2ea648e770be706 to your computer and use it in GitHub Desktop.
Save uicoded/8d76c2ea648e770be706 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