TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Collaborative web development

3 点作者 ilSignorCarlo大约 16 年前
Hi, with other two (or possibly more) guys I am going to build a web application. We live in three different cities and we would like to find a good way to work together.<p>We would like to use some version control system, but we are not sure that this would be a good idea for web development. I know about Git and I thought we could use Gitosis to make a repository on our server, but we think that this may slow down our work.<p>Often, when we have to adjust some code, or some graphics, we quickly modify something, save and refresh to see what happens. How can we accomplish this with Git/Gitosis?<p>How do you usually work in team and mantain code?

2 条评论

jarrodtaylor大约 16 年前
I'd definitely use version control.<p>There's no reason you can't make quick updates with version control. You'll each have a copy of the whole site (maybe with test databases) on your dev machines, and should be able to make the update, test it on your dev machine, then commit the changes to the repository.
评论 #623630 未加载
iamdave大约 16 年前
Typically, a dedicated box on your local network serving up an SVN system works.
评论 #623672 未加载