![]() |
|
Private project git hosting - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Community Zone (/forum-4.html) +--- Forum: Assembly Room (/forum-13.html) +--- Thread: Private project git hosting (/thread-7886.html) |
Private project git hosting - BeyondCloister - Jul 24, 2010 04:35 AM Can anyone suggest a good service to use for hosting git repositories for private projects? I have several copies of my repositories on local computers and drives but want to have an off site backup. Note: I did try searching the forums first but git is too small a word for computers to hunt for. RE: Private project git hosting - OneSadCookie - Jul 24, 2010 07:38 AM github is the only dedicated git host I know of, but they're quite expensive. Otherwise, you can obviously host yourself on anything that gives you ssh access. RE: Private project git hosting - AnotherJake - Jul 24, 2010 11:20 AM (Jul 24, 2010 04:35 AM)BeyondCloister Wrote: Note: I did try searching the forums first but git is too small a word for computers to hunt for. Use Google with the site command: site:idevgames.com git Still doesn't appear that much shows up for what you're looking for, but at least you can search for short words that way
|