Tuesday, September 8, 2020

git - list branches ordered by most recent commit

https://stackoverflow.com/a/5188364

https://stackoverflow.com/questions/5188320/how-can-i-get-a-list-of-git-branches-ordered-by-most-recent-commit

git branch --sort=-committerdate  # DESC

git branch --sort=committerdate  # ASC 

No comments:

Post a Comment

Followers

Blog Archive