Tagged Questions
2
votes
1answer
421 views
EGit + Google Code Hosting
I'd like to make a Git repo on code.google.com/hosting instead of github. Currently I'm having problem setting this up.
I find SVN + Google Hosting easy to start: Make a new repo, make a new project ...
1
vote
2answers
249 views
How to partially export a git repository?
My company uses git internally and we publish some of our work as an open source on Google Code which uses svn. (Should it support git, the problem would be probably the same.)
The problem is that we ...