fancy-git icon indicating copy to clipboard operation
fancy-git copied to clipboard

Add a new command for listing branches

Open diogocavilha opened this issue 2 years ago • 0 comments

Add command to list all branches along with useful info, like when it was created and who created that branch.

Command:

git branch --sort=-committerdate --format='%(HEAD) %(color:green)%(committerdate:relative)%(color:reset) %(color:blue)%(authorname)%(color:reset) %(color:yellow)%(refname:short)%(color:reset) %(contents:subject)'

diogocavilha avatar Sep 29 '23 23:09 diogocavilha