posts/git-undo-intro/ #21
Replies: 11 comments 8 replies
-
写的非常好! |
Beta Was this translation helpful? Give feedback.
-
写的很好,楼主一般学习一个知识点,步骤和途径是哪些呢?方便分享一下吗 |
Beta Was this translation helpful? Give feedback.
-
挺笨的办法,首先是列出这个知识点有哪些自己不理解的问题,然后做大量背景阅读,背景资料优先选择英文、较为系统并且涉及实现原理的书籍章节或博客,在阅读中寻找答案,适当地通过实验或demo验证。最后做归纳总结,总结的形式可能是博客(就像这篇文章),也可能是简单的笔记,总结过程可能会发现新的问题,继续重复上面的流程。 综合来说谈不上高效,以这篇文章为例光阅读完所有参考资料就需要10小时以上。
|
Beta Was this translation helpful? Give feedback.
-
感谢楼主回复,“光阅读完所有参考资料就需要10小时以上。”,我太浮躁了,每次学习知识点就想快速掌握,会用之后就不了了之了,所以总是在焦虑。向你学习! |
Beta Was this translation helpful? Give feedback.
-
https://waynerv.com/posts/git-undo-intro/#不带路径这里提到"checkout 对工作区是安全的,它不会丢弃工作区所做的更改。"但是感觉还是危险的,如果恢复了靠前版本会导致文件丢失了,像例子中的main.py就没了 |
Beta Was this translation helpful? Give feedback.
-
学到了很多,特别感谢! |
Beta Was this translation helpful? Give feedback.
-
楼主,怎么让gif图片可以一直循环播放😅 |
Beta Was this translation helpful? Give feedback.
-
楼主,怎么让gif图片可以一直循环播放😅 |
Beta Was this translation helpful? Give feedback.
-
博主这篇文章的动图是用啥做的,好想知道🤣 |
Beta Was this translation helpful? Give feedback.
-
看来我想问的问题评论区有人已经问了哈哈哈。 |
Beta Was this translation helpful? Give feedback.
-
写的太好了! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
git 工作原理与撤销操作图解 | Shall We Code?
绝大部分程序员一定搜索过「如何撤销 git 提交」,git checkout、git reset 或 git revert 是暂时的答案,掌握一定的 git 工作原理才能一劳永逸地解决类似问题。
https://www.waynerv.com/posts/git-undo-intro/
3fa3f0e98b12f6f37d20d3092833869f91e0b596
Beta Was this translation helpful? Give feedback.
All reactions