It is possible to list your local git branches ordered by most recent commit date, while showing some extra information, like the abbreviated commit sha and commit message. But if you're human, you'll never remember the whole command to do so. In this post you'll learn how to permanently save an easy-to-remember alias to run that lengthy command with ease...
Create an Alias to List Git Branches by Date
Read Full Article