Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我重命名了 git 存储库中的许多文件,而没有将它们移动到另一个目录。是否可以获得“重命名列表”,以便我可以更新引用所有这些文件的文件?
背景:我有一个 docbook 文档,并且我有许多必须重命名的图像。现在我喜欢用新的文件名替换 docbook xml 中的所有旧文件名。
谢谢
感谢hindol的回答:
stackoverflow 答案发布在此线程中:
使用这些信息,我能够创建一个重命名列表,然后在 python 中编写一些脚本后,我可以重命名工作副本中的文件。