Next Stop merging master 12

      git checkout master
      git merge topic
      "Merge branch 'topic'

      git merge -m 'This is a better message' topic
      git commit --amend


Next Copyright © 2013 M. J. Dominus