[Pkg-scicomp-devel] how to git ?

Christophe Prud'homme prudhomm at debian.org
Mon May 18 18:24:44 UTC 2009


Rafael
here my .git/config

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = git://git.debian.org/pkg-scicomp/paraview.git
[branch "master"]
        remote = origin
        merge = refs/heads/master


it should be git+ssh:// and not git:// right ?

C.

On Sat, May 16, 2009 at 4:59 PM, Rafael Laboissiere <rafael at debian.org> wrote:
> * Christophe Prud'homme <prudhomm at debian.org> [2009-05-16 13:15]:
>
>> here are the step I followed so far:
>>
>>  - I have cloned the paraview.git repo, I got the debian directory
>>  - then I must import the paraview orig source (git-buildpackage way
>> as I understand)
>>  - then I do my changes using quilt or editing debian/
>>  - I am done fixing some paraview bugs
>>
>> I would like now to publish the changes in the debian/ directory to
>> the paraview.git repo, how to do that?
>>
>> I tried naively
>>
>> cd debian/ && git push (failure)
>
> You do not need to "cd debian".  At any rate, this is not the cause of the
> warning message you get:
>
>> warning: You did not specify any refspecs to push, and the current remote
>> warning: has not configured any push refspecs. The default action in this
>> warning: case is to push all matching refspecs, that is, all branches
>> warning: that exist both locally and remotely will be updated.  This may
>> warning: not necessarily be what you want to happen.
>> warning:
>> warning: You can specify what action you want to take in this case, and
>> warning: avoid seeing this message again, by configuring 'push.default' to:
>> warning:   'nothing'  : Do not push anything
>> warning:   'matching' : Push all matching branches (default)
>> warning:   'tracking' : Push the current branch to whatever it is tracking
>> warning:   'current'  : Push the current branch
>>
>>
>> here are the branches I have
>>
>> git branch
>> * master
>>   pristine-tar
>>   upstream
>
> Could you tell us the contents of your .git/config, please?
>
> --
> Rafael
>
> _______________________________________________
> Pkg-scicomp-devel mailing list
> Pkg-scicomp-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-scicomp-devel
>



More information about the Pkg-scicomp-devel mailing list