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

For tree output format print out branch description if available

Open rupor-github opened this issue 1 year ago • 0 comments

Some local branches could have descriptions created by "git branch --edit-description". Descriptions are kept in local repository config and are available with "git config branch.branch_name.description". This PR prints out available branch descriptions when "tree" format is specified. When working with many repositories with multiple branches this could be pretty useful.

rupor-github avatar Apr 20 '24 18:04 rupor-github