Reputation: 33389
Is it possible to have a project hosted on GitHub and Google Code?
I've been using Google Code for years, and recently started playing with GitHub. I like GitHub a lot, but there's also a long list of Google Code features I really miss.
Is it possible/feasible to host a single project on both? Can I use GitHub as the primary repository for my source, but have all revisions automatically sent over to a git repository on Google Code?
Upvotes: 3
Views: 324
Reputation: 11032
Yes, absolutely! Just add
then commit
then push
to both repos! You can also add a remote in .git/config
Upvotes: 2