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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Create and delete branches

126 点作者 nicolasd超过 12 年前

8 条评论

artursapek超过 12 年前
Suddenly I can clearly see what must be one of Github's long-term goals: to make git usable end-to-end in the browser, and in a way where that is preferable for certain situations.<p>We're going to continue spending more and more of our computer time in the browser. It's the universal platform.
评论 #5034040 未加载
评论 #5034301 未加载
评论 #5034856 未加载
h2s超过 12 年前
My gut reaction to this was negative. As much as I like GitHub, I sympathise a lot with Linus Torvalds' concerns about the way it encourages low-quality pull requests [1].<p>However, thinking back through my own experiences with the kind of minor pull requests I've occasionally made to projects in the past, I can see this being quite useful. Have you ever actually cloned a big repo like the kernel's? Even the Node.js repo takes a fair old while. If you're just trying to submit a correction for a minor typo or omission in the project's README, then this feature lowers the barrier from minutes to seconds. Hopefully that will be a net positive for the community.<p>[1] <a href="https://github.com/torvalds/linux/pull/17#issuecomment-5659933" rel="nofollow">https://github.com/torvalds/linux/pull/17#issuecomment-56599...</a>
评论 #5034214 未加载
评论 #5036129 未加载
elliottcarlson超过 12 年前
Slight self promotion; here is a CLI tool I made to help clear up local and remote branches easily - in case it is still useful to people:<p><a href="https://github.com/elliottcarlson/git-delete-branch" rel="nofollow">https://github.com/elliottcarlson/git-delete-branch</a>
jonahkagan超过 12 年前
I can't believe it. I was looking for this functionality just yesterday and now here it is.
greghinch超过 12 年前
Delete a branch in the UI, thank you!
purephase超过 12 年前
The create is nice, but the delete is absolutely essential. Thanks for implementing this.
davvid超过 12 年前
Don't forget to run `git fetch --prune` after someone deletes a remote branch.
a1g超过 12 年前
You guys are awesome! Thank you so much :)