Skip to content

Instantly share code, notes, and snippets.

@albach
Last active June 3, 2019 02:42
Show Gist options
  • Save albach/b4b87ba9d95be3695fc08eae04009583 to your computer and use it in GitHub Desktop.
Save albach/b4b87ba9d95be3695fc08eae04009583 to your computer and use it in GitHub Desktop.
prettify git stash list
git config --global alias.stl "stash list --pretty=format:'%C(auto)%h%C(reset) - %C(dim yellow)( %C(reset)%C(italic red)%gd%C(reset) %C(dim yellow))%C(reset) %<(80,trunc)%s %C(green)(%cr) %C(bold blue)<%an>%C(reset)'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment