通过 git 使用旧版本的文件
到目前为止,我已经使用 git 进行了一些基本操作,在这个实际的工作场景中,我需要访问指定文件的旧版本。我的问题是如何在新分支中转换以前的提交版本。是否可以?如何?
Until now I've did some basic operations with git, and in this real working scenario, I need to have access to an older version of a specified file. My question is how to transform a previous commit version in a new branch. Is it possible? How?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想在任意提交处创建一个新分支并检查它,请执行以下操作:
If you want to create a new branch at a arbitrary commit and check it out, do:
如果您只想使用旧版本的文件,您可以执行以下操作:
If you just wan the older version of a file, you can do: