login
Header Space

 
 

Re: GIT - releases workflow

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Matthias Kestenholz <lists@...>
Cc: <git@...>
Date: Wednesday, December 13, 2006 - 8:34 am

Hi,

On 12/13/06, Matthias Kestenholz <lists@spinlock.ch> wrote:


That seems to match my use case.  So if I follow your description:

  git checkout -b maint/v0.1
  git pull . <remote project repo>
  git push origin maint/v0.1:maint/v0.1

Now the initial branch release is on the remote repo.  So that my team
can start hacking on the release branch.  When we are ready, we need
to create a release tag.

   git tag -a -m "Release 0.1.0" rel-v0.1.0

How do I push that tag that I created to the maint/v0.1 branch on the
remote repository?

Thanks,

Sean




-- 
Sean Kelley
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
GIT - releases workflow, Sean Kelley, (Tue Dec 12, 6:44 pm)
Re: GIT - releases workflow, Linus Torvalds, (Tue Dec 12, 10:43 pm)
Re: GIT - releases workflow, Johannes Schindelin, (Tue Dec 12, 6:54 pm)
Re: GIT - releases workflow, Matthias Kestenholz, (Wed Dec 13, 5:10 am)
Re: GIT - releases workflow, Sean Kelley, (Wed Dec 13, 8:34 am)
Re: GIT - releases workflow, Sean Kelley, (Wed Dec 13, 8:39 am)
Re: GIT - releases workflow, Andreas Ericsson, (Wed Dec 13, 9:13 am)
Re: GIT - releases workflow, Johannes Schindelin, (Wed Dec 13, 6:36 am)
Re: GIT - releases workflow, Shawn Pearce, (Wed Dec 13, 6:56 am)
Re: GIT - releases workflow, Shawn Pearce, (Wed Dec 13, 7:14 am)
speck-geostationary