Skip to content

Instantly share code, notes, and snippets.

@bernardoduarte
Last active July 31, 2018 20:49
Show Gist options
  • Save bernardoduarte/c952ae4c905851cb7e56d0ee208f8a8b to your computer and use it in GitHub Desktop.
Save bernardoduarte/c952ae4c905851cb7e56d0ee208f8a8b to your computer and use it in GitHub Desktop.
git log --all --oneline --graph | tail -r | sed -e 's/\//@1@/g' | sed -e 's/\\/@2@/g' | sed -e 's/@1@/\\/g' | sed -e 's/@2@/\//g' | sed 's/_|/⎺|/g' | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment