TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Create and delete branches

126 pointsby nicolasdover 12 years ago

8 comments

artursapekover 12 years ago
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 未加载
h2sover 12 years ago
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 未加载
elliottcarlsonover 12 years ago
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>
jonahkaganover 12 years ago
I can't believe it. I was looking for this functionality just yesterday and now here it is.
greghinchover 12 years ago
Delete a branch in the UI, thank you!
purephaseover 12 years ago
The create is nice, but the delete is absolutely essential. Thanks for implementing this.
davvidover 12 years ago
Don't forget to run `git fetch --prune` after someone deletes a remote branch.
a1gover 12 years ago
You guys are awesome! Thank you so much :)