Re: Development and deployment wit Git

2009-09-14 Thread Tiago Serafim
I recommend http://repositoryhosting.com/ . I needed the support a couple of times and they were *very* responsive. The service is great and the price is very fair. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Development and deployment wit Git

2009-09-14 Thread Adam N
Orschiro, You should definitely use a service like GitHub.com unless you have a good reason not to. They have all the rough edges worked out and you get a great web interface for everything. In addition, sharing becomes much easier if you're working with other GitHub projects. If/When you

Re: Development and deployment wit Git

2009-09-13 Thread Sam Lai
2009/9/14 mr.tinn : > fyi http://delicious.com/tag/git+tutorial > have fun Once you have read the tutorial, I started my repo on the server, then git cloned it locally. When I finish doing any work locally, I git push it back up to the server. The reason I started it on the

Re: Development and deployment wit Git

2009-09-13 Thread mr.tinn
fyi http://delicious.com/tag/git+tutorial have fun On Sun, Sep 13, 2009 at 11:55 PM, orschiro wrote: > > Hello guys, > > I'm a single developer but since a VCS like Git has some really nice > features, like the history, I want to use it for my webprojects I'm >

Development and deployment wit Git

2009-09-13 Thread orschiro
Hello guys, I'm a single developer but since a VCS like Git has some really nice features, like the history, I want to use it for my webprojects I'm building up with Django. But there are still some points I don't understand. How do I have to set up Git? Where do I start the repository - on