Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AndyBold/d8f62913ac5125ad2952634b427a3c6f to your computer and use it in GitHub Desktop.
Save AndyBold/d8f62913ac5125ad2952634b427a3c6f to your computer and use it in GitHub Desktop.
git config --global alias.wip "for-each-ref --sort='authordate:iso8601' --format=' %(color:green)%(authordate:relative)%09%(color:white)%(refname:short)' refs/heads"
# Then
git wip
Source: https://carolynvanslyck.com/blog/2020/12/git-wip/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment