Git list branchs ordered by most recent commit
Command:
bash
git branch -av --sort=-committerdate
Alias:
bash
git config --global alias.recentbranch 'branch -av --sort=-committerdate'
See:
更新于 写于 Git
Command:
git branch -av --sort=-committerdate
Alias:
git config --global alias.recentbranch 'branch -av --sort=-committerdate'
See: