Skip to content
Snippets Groups Projects
Commit 76d627ac authored by Teake Nutma's avatar Teake Nutma
Browse files

Add stash list command

parent b2974271
Branches
No related merge requests found
#!/usr/bin/env bash
# From https://stackoverflow.com/a/38826108/2427624
git stash list --pretty=format:"%C(red)%h%C(reset) - %C(dim yellow)(%C(bold magenta)%gd%C(dim yellow))%C(reset) %<(70,trunc)%s %C(green)(%cr) %C(bold blue)<%an>%C(reset)"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment