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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What Git features would you like to know more about?

7 点作者 shepbook超过 12 年前
Hey HN!<p>What parts of Git do you wish you knew more about? Anything from things you've looked at but not grokked to cool things you've heard about and you'd like to know more about.<p>I've done Git training (on-site and web-based live classes) and I'd like to create some tutorials and such that are more asynchronous.<p>So, what would you like to learn more about?

4 条评论

koopajah超过 12 年前
Recovering from a mistake is something i'd like to see. I've been able these past few months to recover from wrong rebase/squash/merge/reset even after a few days by using "git fsck" and "git reflog" but it was hard for me. Hard to find the proper commands and especially understanding why the last one worked in the end while the previous did not.
extofer超过 12 年前
The one feature I thought that made more sense to me when I learned it was Branches... the more about branches and pull request the better. That and rm --cached as well
brianwillis超过 12 年前
I'm still relatively new to git, but rebasing is something I'm struggling to wrap my head around.
jonathanmarvens超过 12 年前
The internals of Git.