Skip to content

Instantly share code, notes, and snippets.

@PauloLuan
Created September 15, 2020 12:43
Show Gist options
  • Save PauloLuan/3edba361906c1348663869a4e8324808 to your computer and use it in GitHub Desktop.
Save PauloLuan/3edba361906c1348663869a4e8324808 to your computer and use it in GitHub Desktop.
Gist list all branches by date
git branch -av --sort=committerdate --format='%(refname:short) - %(committerdate:short) %(authorname)' > teste.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment