Skip to main content


This should be the default in #git


[branch] sort = -committerdate

Adding it to your git config will make the command `git branch` sort by last used branches instead of alphabetical. No more trying to remember what I called that last branch!

#programming #tips