Git Branch Description
Branch is cheap, use it often. But when you create too many, knowing which is for what becomes a management problem. Here are two solutions:
- Use
--edit-description
to provide more than just a simple branch name - Delete all merged branches
For the first solution:
|
|
Also see:
I prefer the second approach.