Re: Stupid Git question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Attachment: pgppLhQ24jXjp.pgp
Description: PGP signature


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]