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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Never Commit to Your Master

10 点作者 sergimansilla超过 13 年前
How the GIT commiting process works at Cloud9 IDE.

1 comment

pavel_lishin超过 13 年前
We take a different approach. Our software is run on clients' machines, so every "release" gets its own branch. Any updates and patches get branches as well. If Customer X calls us and wants to report a bug, we can glance at our branches and know exactly what the customer is running, and where we can start patching things.