push.default git config?

Reinhard Tartler siretart at tauware.de
Tue Aug 4 07:17:51 UTC 2009


Felipe Sateler <fsateler at gmail.com> writes:

> What are you using for the git configuration git.push? I'm getting this message 
> from git push now:
>
> % git push
> 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

I prefer to excplicitly state the branches to be pushed:

 % git push origin master master.extra --tags

I usually have a pile of scratch branches around which are not meant for
public consumption, and I do not want them to be pushed to alioth by
accident. Of course YMMV.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



More information about the pkg-multimedia-maintainers mailing list