Joined May 2016
·
Posted to
Git the last 10 branches you've worked on
over 1 year
ago
This shows all recent branches that anyone has modified. How do I limit it to just the ones that I've worked on?
This shows all recent branches that anyone has modified. How do I limit it to just the ones that I've worked on?
To make this work for only branches that I have committed code on, this is what I settled on:
This shows:
Change the
grep
command to use your username if you adopt this approach.