Skip to content

Instantly share code, notes, and snippets.

@sly-x86
Created July 14, 2017 03:50
Show Gist options
  • Save sly-x86/2c3670d824d854b90e19b126c17a939b to your computer and use it in GitHub Desktop.
Save sly-x86/2c3670d824d854b90e19b126c17a939b 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