[Koha-devel] git.koha-community.org

Galen Charlton gmcharlt at gmail.com
Fri May 14 18:20:01 CEST 2010


Hi,

On Fri, May 14, 2010 at 12:09 PM, Colin Campbell
<colin.campbell at ptfs-europe.com> wrote:
> On 14/05/10 16:47, Galen Charlton wrote:
>
>> # for the Koha repository
>> git remote set-url origin git://git.koha-community.org/koha.git
> I think set-url is new in git 1.7ish if you don't have it change the url
> for origin in .git/config (or upgrade git!!!)

Good point.  To expand on this, if you are running an older version of
Git and don't want to upgrade just yet, you should edit
.git/config in your clone to change the portion that looks like

[remote "origin"]
        url = git://git.koha.org/pub/scm/koha.git

to

[remote "origin"]
        url = git://git.koha-community.org/koha.git

Regards,

Galen
-- 
Galen Charlton
gmcharlt at gmail.com



More information about the Koha-devel mailing list