|
From: <gi...@gp...> - 2009-11-06 02:12:58
|
The branch, master has been updated
via 01d718218c8202ac06d12dfcdc8427a751df2ec6 (commit)
from 4bc0d814ae42f57b1a7bf38c0b80f992e437debc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
README.snapshots | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
=================
Commit Messages
=================
commit 01d718218c8202ac06d12dfcdc8427a751df2ec6
Author: Dan McMahill <da...@mc...>
Commit: Dan McMahill <da...@mc...>
Fix some details on branching and pushing a local branch.
:100644 100644 7f72ed3... 9a4582e... M README.snapshots
=========
Changes
=========
commit 01d718218c8202ac06d12dfcdc8427a751df2ec6
Author: Dan McMahill <da...@mc...>
Commit: Dan McMahill <da...@mc...>
Fix some details on branching and pushing a local branch.
diff --git a/README.snapshots b/README.snapshots
index 7f72ed3..9a4582e 100644
--- a/README.snapshots
+++ b/README.snapshots
@@ -72,8 +72,9 @@ To make a pcb release do the following:
=) if this is a major release, then branch:
- 1. Create the release branch
- git branch origin/pcb-20091103
+ 1. Create the release branch and push to the remove
+ git branch pcb-20091103
+ git push origin pcb-20091103
3. FIX_ME [fix up this step. what shall we do with the version
on the trunk? We are about to run out of letters!]
|