[Pkg-scicomp-devel] how to git ?

Christophe Prud'homme prudhomm at debian.org
Sat May 16 11:15:48 UTC 2009


All,


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)

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



Thanks for your help
Best regards
C.



More information about the Pkg-scicomp-devel mailing list