Skip to content

Instantly share code, notes, and snippets.

@tomaszprasolek
Created November 28, 2018 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomaszprasolek/752655778d6115172da83eda1d74107d to your computer and use it in GitHub Desktop.
Save tomaszprasolek/752655778d6115172da83eda1d74107d to your computer and use it in GitHub Desktop.
while :; do
output=$(git reflog)
clear
echo "$output"
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment