[Pkg-scicomp-devel] how to git ?

Rafael Laboissiere rafael at debian.org
Sat May 16 14:59:44 UTC 2009


* 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



More information about the Pkg-scicomp-devel mailing list