Hi all,

I have a git repository at a cloud-based host (Heroku) which is one of
the destinations for a push. I also use a git repo at a source control
host (Assembla) which I have set up as a remote.

What I would like to do is set up the Assembla remote as a mirror of
the main repo so when I do a
 $ git push --all

 it goes out to both repos instead of having to do:
 $ git push
 $ git push assembla

I've read in the docs that you can add the remote as a mirror using --
mirror, but AFAIK this is only for new repos - is this correct, am I
missing something here?

Thanks,

Broc
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to