# Add description to current branch
git branch --edit-description
# View description of current branch
git config --get "branch.$(git rev-parse --abbrev-ref HEAD).description"
https://git-scm.com/docs/git-branch#Documentation/git-branch.txt---edit-description