gpt4 book ai didi

git - 相当于 "hg cat"或 "svn cat"的 git

转载 作者:IT王子 更新时间:2023-10-29 00:31:50 28 4
gpt4 key购买 nike

我想提取 git 存储库中保存的文件的最新版本的副本,并将其传递到脚本中进行某些处理。对于 svn 或 hg,我只使用“cat”命令:

Print the specified files as they were at the given revision. If no revision is given, the parent of the working directory is used, or tip if no revision is checked out.

(来自 hg 文档中 hg cat 的描述)

用 git 执行此操作的等效命令是什么?

最佳答案

git show rev:path/to/file

rev 是修订版本。

参见 http://git.or.cz/course/svn.html用于比较 git 和 svn 命令。

关于git - 相当于 "hg cat"或 "svn cat"的 git,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2071288/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com