Re: pushing remote branches

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

 



Sitaram Chamarty wrote:
Hi Lorenzo,

On Sun, Nov 15, 2009 at 5:07 AM, Lorenzo Bettini <bettini@xxxxxxxxxxxx> wrote:

           url = git://...

isn't this enough to be able to push the experiments branch?

not normally.

The "git://" protocol is a read-only protocol by default.  Since it is
completely unauthenticated, enabling push via git:// is not a good idea in
general.

so probably I managed to push origin master anyway because gitorious asked me for my ssh passphrase?


           url = git@...

This is a shortcut for something like ssh://git@..., which then allows write
also.

Thus, if I had

[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = git@...
[branch "master"]
        remote = origin
        merge = refs/heads/master
[branch "experiments"]
        remote = origin
        merge = refs/heads/experiments

instead of

[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = git://...
[branch "master"]
        remote = origin
        merge = refs/heads/master
[branch "experiments"]
        remote = origin
        merge = refs/heads/experiments

I would have been able to push also to branch experiments? Without having to add

[remote "experiments"]
        url = git@...
fetch = +refs/heads/experiments:refs/remotes/experiments/experiments

?

thanks in advance
	Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134     (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[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]