Skip to content

Instantly share code, notes, and snippets.

@antoineMoPa
Created October 25, 2023 20:32
Show Gist options
  • Save antoineMoPa/df2289c7c31709ba83a3a8f6d427faf3 to your computer and use it in GitHub Desktop.
Save antoineMoPa/df2289c7c31709ba83a3a8f6d427faf3 to your computer and use it in GitHub Desktop.
Recent git branches alias
# 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