git-get
git-get copied to clipboard
For tree output format print out branch description if available
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.