Sai Jyothi Prasad Ponduru's learning blog
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