[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.
- [lmi] Migration to git, Greg Chicares, 2016/05/20
- Re: [lmi] Migration to git, Vadim Zeitlin, 2016/05/20
- Re: [lmi] Migration to git, Greg Chicares, 2016/05/20
- Re: [lmi] Migration to git, Vadim Zeitlin, 2016/05/20
- Re: [lmi] Migration to git, Greg Chicares, 2016/05/20
- Re: [lmi] Migration to git, Vadim Zeitlin, 2016/05/20
- Re: [lmi] Migration to git, Greg Chicares, 2016/05/21
- Re: [lmi] Migration to git, Greg Chicares, 2016/05/21
- Re: [lmi] Migration to git, Greg Chicares, 2016/05/22
- Re: [lmi] Migration to git,
Greg Chicares <=
- Re: [lmi] Migration to git, Vadim Zeitlin, 2016/05/22
- Re: [lmi] Migration to git, Greg Chicares, 2016/05/22
- Re: [lmi] Migration to git, Greg Chicares, 2016/05/22
- Re: [lmi] Migration to git, Vadim Zeitlin, 2016/05/22
- Re: [lmi] Migration to git, Greg Chicares, 2016/05/23
- Re: [lmi] Migration to git, Greg Chicares, 2016/05/24
- Re: [lmi] Migration to git, Vadim Zeitlin, 2016/05/24
- Re: [lmi] Migration to git, Greg Chicares, 2016/05/24
- Re: [lmi] Migration to git, Vadim Zeitlin, 2016/05/24