Skip to content

Instantly share code, notes, and snippets.

@r4um
Forked from carolynvs/.gitconfig
Created December 7, 2020 05:49
Show Gist options
  • Save r4um/230d9785bd0a0896a9b0613af24085bf to your computer and use it in GitHub Desktop.
Save r4um/230d9785bd0a0896a9b0613af24085bf to your computer and use it in GitHub Desktop.
git wip - Show what branches you have been working on lately
[alias]
wip = for-each-ref --sort='authordate:iso8601' --format=' %(color:green)%(authordate:relative)%09%(color:white)%(refname:short)' refs/heads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment