Last active
October 19, 2022 14:44
-
-
Save carolynvs/c9357f45b6230cc8c3b302e83e3961a0 to your computer and use it in GitHub Desktop.
git wip - Show what branches you have been working on lately
This file contains hidden or 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
[alias] | |
wip = for-each-ref --sort='authordate:iso8601' --format=' %(color:green)%(authordate:relative)%09%(color:white)%(refname:short)' refs/heads | |
Thanks, --no-merged
is a good addition! 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added the
--no-merged
option to get what is really a wip :)