3

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?

Abhi Beckert
  • 32,787
  • 12
  • 83
  • 110

1 Answers1

2

Yes, absolutely! Just add then commit then push to both repos! You can also add a remote in .git/config

tekknolagi
  • 10,663
  • 24
  • 75
  • 119