On Sun, Feb 24, 2013 at 2:50 PM, Stephen Paul Weber <singpolyma@singpolyma.net> wrote:
Somebody claiming to be Alexander Kjeldaas wrote:I've never understood why people do this. It seems to violate the purpose of making good atomic commits in the first place.
Here you might want to do a
git rebase -i <when-you-split-from-main-branch>
and squash unnecessary commits into larger ones.