If you previously entered a description for any FOO branch, by running
% git branch --edit-description FOO
... is there a way to view this description (with the exception of re-executing the same command, i.e., except re-editing the branch description)?
By the way, I tried a couple of things, for example:
% git branch -av FOO ca2fff9 (mumble) * master ca2fff9 (mumble) % git show-branch FOO [FOO] (mumble)
... but not bones.
source share