Branch descriptions in Git

Git 1.7.9 supports this. From the 1.7.9 release notes: * “git branch –edit-description” can be used to add descriptive text to explain what a topic branch is about. You can see that feature introduced back in September 2011, with commits 6f9a332, 739453a3, b7200e8: struct branch_desc_cb { const char *config_name; const char *value; }; –edit-description:: Open … Read more