Re: Stupid Git question

From: Carl Worth <cworth@cworth.org>
Date: 2006-11-23 03:44:43
On Wed, 22 Nov 2006 08:28:58 -0600, "Sean Kelley" wrote:
> How do I add a branch to the remote repository that is visible to all
> team members.  It seems like the git checkout -b commands just create
> local topic branches.

Just push the branch out to the remote repository. You even gave the
command sequence to do that:

> git checkout Project
> git pull . fm-modulator
> git push origin Project

-Carl

-
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

Received on Thu Nov 23 03:47:16 2006

This archive was generated by hypermail 2.1.8 : 2006-11-23 03:48:23 EST