Last active
June 3, 2019 02:42
-
-
Save albach/b4b87ba9d95be3695fc08eae04009583 to your computer and use it in GitHub Desktop.
prettify git stash list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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