Skip to content

Instantly share code, notes, and snippets.

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