projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
870a687
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Manual/Contributing.pod
b/lib/Moose/Manual/Contributing.pod
index
73ae264
..
c57b8ef
100644
(file)
--- a/
lib/Moose/Manual/Contributing.pod
+++ b/
lib/Moose/Manual/Contributing.pod
@@
-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