Created
October 25, 2023 20:32
-
-
Save antoineMoPa/df2289c7c31709ba83a3a8f6d427faf3 to your computer and use it in GitHub Desktop.
Recent git branches alias
This file contains 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
# Add this to your .gitconfig and use `git recent-branches` | |
[alias] | |
recent-branches = branch -v --sort=-committerdate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment