Sehen Sie sich Git -Zweige an, die zuletzt zuerst zuerst
git for-each-ref --sort=-committerdate refs/heads/
# Or using git branch (since version 2.7.0)
git branch --sort=-committerdate # DESC
git branch --sort=committerdate # ASC
Happy Hyena