If you have a project where the only difference in the 2 branches are the comments, what is a good workflow (assuming Git, but other ideas are welcome):
- simply write a hook that strips out comments after each commit and saves the result to a set of files, use only a single branch
- simply maintain 2 branches
- other