lmi
[Top][All Lists]
Advanced

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

Re: [lmi] Migration to git


From: Greg Chicares
Subject: Re: [lmi] Migration to git
Date: Sun, 22 May 2016 11:07:02 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0

On 2016-05-22 01:00, Greg Chicares wrote:
[...]
> - How exactly do I push this? Poking through the instructions here:
>   http://savannah.gnu.org/maintenance/UsingGit/
> I think the answer is:
> 
> $ login='chicares'
> $ project='lmi'
> $ git push --all -v address@hidden:/srv/git/${project}.git
> 
> Do I have to change the 'url' in .git/config first, to point to
> savannah?

Looks like this is the way:

git remote set-url origin address@hidden:/srv/git/lmi.git

Result:

cat .git/config
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = address@hidden:/srv/git/lmi.git
[branch "master"]
        remote = origin
        merge = refs/heads/master

I hope this doesn't cause an absurdly large email to 'lmi-commits'.
Let's see...this field:
  Maximum length in kilobytes (KB) of a message body
is set to 999 KB, so I guess we're okay.

I'm going to take one last look at everything before the initial push.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]