explicitly specify origin/master as the start point for a new topic branch; as a...
Karen Etheridge [Fri, 30 Jul 2010 20:54:23 +0000 (13:54 -0700)]
lib/Moose/Manual/Contributing.pod

index 73ae264..c57b8ef 100644 (file)
@@ -120,7 +120,7 @@ Any change or bugfix should be created in a topic branch.
     git pull --rebase
 
     # create a new topic branch
-    git checkout -b topic/my-feature
+    git checkout -b topic/my-feature origin/master
 
     # hack, commit, feel free to break fast forward
     git commit --amend                       # allowed