Skip to content

Instantly share code, notes, and snippets.

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