Skip to content

Instantly share code, notes, and snippets.

View craniumslows's full-sized avatar

Marcus craniumslows

View GitHub Profile
@craniumslows
craniumslows / keybase.md
Created August 15, 2016 22:07
keybase announcement markdown

Keybase proof

I hereby claim:

  • I am craniumslows on github.
  • I am thewilson (https://keybase.io/thewilson) on keybase.
  • I have a public key whose fingerprint is 5A32 0B22 AE4B 6FF5 31F7 4184 4DE0 A288 F8AA 0A61

To claim this, I am signing this object:

#!/bin/bash
while :
do
clear
git --no-pager log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --all
sleep 1
done