Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Last active April 18, 2017 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinbarnes/57de4ab6c60d32d8b72411e883e65f23 to your computer and use it in GitHub Desktop.
Save vinbarnes/57de4ab6c60d32d8b72411e883e65f23 to your computer and use it in GitHub Desktop.
stash listing with relative age
$ git stash list --format="%gd (%cr): %s"
stash@{0} (7 weeks ago): On neuter-mssql-in-prod: neuter in production
stash@{1} (6 months ago): On fix-group-messages-being-archived: archived-spec
stash@{2} (1 year, 1 month ago): On staff-comments: staff persona test
stash@{3} (1 year, 3 months ago): On staffng-integration-tests: 77e5f6c added more to staff flow
stash@{4} (1 year, 3 months ago): On staffng-integration-tests: WIP staff onboarding integration test
stash@{5} (1 year, 5 months ago): On staff-ng-add-switch-link: 4823a45 Jk don't hardcode
stash@{6} (1 year, 6 months ago): On staff-ng-groups: staffng-routing
stash@{7} (1 year, 7 months ago): On master: readable policy spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment