On 10/31/2010 11:48 AM, Maaartin wrote: > Andreas Schwab <schwab <at> linux-m68k.org> writes: >> >> Tay Ray Chuan <rctay89 <at> gmail.com> writes: >> >>> On Sun, Oct 31, 2010 at 1:47 PM, Maaartin <grajcar1 <at> seznam.cz> wrote: >>>> I'd like to push all my branches and tags to the server, but for whatever > reason >>>> "--all" ignores tags and is incompatible with "--tags". I could imagine > there's >>>> a reason I'm not experienced enough to see? >>> >>> You can spell the refs explicitly, like this: >>> >>> $ git push refs/heads/* refs/tags/* >> >> The first argument needs to be a reference to a repository, so insert an >> origin here. > > Nice, that works. It answers only a part of my questions, but maybe I can > complete it. I want to use a repo as both a private backup (which everybody may > read but nobody should) and a shared base. So maybe something like > > git push origin +refs/heads/*:refs/heads/maaartin-* +refs/tags/*:refs/tags/ > maaartin-* : > > would do both the backup (where everything gets prefixed by my name) and normal > pushing of tracking branches. Could it work? Should I try it out or can it be > destructive? Hi, why don't you try pushing to a local clone first, and then check the results? This puts your data at no risk. -Mathias -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html