> From: Sheng Yang [mailto:sh...@yasker.org] > Work need to be tested, but create one branch for every bug seems over doing. > Branch in Git suppose to use with substantial changes.
Actually, I don't agree with you on that point. I think git is unusual among source control systems in that the git mantra is that branching and merging are easy and cheap and so everything goes on a new branch and making new branches becomes part of your daily workflow. -- Stephen Turner