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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Git workflow in local?

1 点作者 sanspace大约 8 年前
Anyone collobarate on the same server with multiple devlopers?<p>I have this restricted server where I cannot run a daemon or a simple http server. So, We will have work on the same repo.<p>Is there any established workflow for this? I&#x27;m a git beginner.

2 条评论

WorldMaker大约 8 年前
Git can work fine with a simple SSH or file location&#x2F;share remote.<p>Even (especially) if everyone is on the same machine you would want each developer to have their own clone of the repository and push&#x2F;pull between each other and&#x2F;or a central clone to exchange commits.
Slaul大约 8 年前
I&#x27;m not sure I understand what you mean.<p>Do you mean there are multiple developers working in the same local repository on a server you SSH into?<p>Or do you mean multiple devs working in the same codebase?
评论 #14147746 未加载