When Grass Was Greener Rants on programming, photography, life, universe and everything

3Mar/083

Git: private repositories on shared hosting

"You are a developer, software engineer, web designer, text writer… You want your files accessible from all the places (like a source for your project or a template for a website) - and you want to be sure that it is always the most up to date version…

Sure you can drag those files along on a USB stick and copy it forth and back. You have those files even if there’s no Internet access. Important? Sure but…"

Remember this? I have written very similar article on using Bazaar-NG for private repositories on shared hosting. It is time to make the same with git - which is becoming very popular due to its robustness and support from Linus and kernel devs themselves.

With MinGW Git port (no need for Cygwin!) coming to the light - git now looks as a great alternative to both Subversion and Bazaar.

Update:  With latest release a preliminary support for git-svn has been brought!

Let's get things started.

  • Share/Bookmark