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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Git immersion - a simple git tutorial

9 点作者 pulleasy大约 13 年前

3 条评论

zengr大约 13 年前
I am surprised it didn't cover reverting back a file to old version:<p>1. Check the diff: git diff &#60;commit hash&#62; &#60;file&#62;<p>2. Revert back: git reset &#60;commit hash&#62; &#60;file&#62;
duck大约 13 年前
This was pretty popular on HN last year: <a href="http://news.ycombinator.com/item?id=2104872" rel="nofollow">http://news.ycombinator.com/item?id=2104872</a>
评论 #3891200 未加载
MoOmer大约 13 年前
I found this on github a while ago: <a href="http://rogerdudler.github.com/git-guide/" rel="nofollow">http://rogerdudler.github.com/git-guide/</a>