如何取消删除 git 历史记录中先前删除的文件?
使用 Chris 对另一个问题的回答我可以将快照历史记录添加到我的 git 存储库中。由于其中一个文件不属于我的历史记录,而仅存在于快照中,因此第一个原始提交现在也包含该文件的删除。我怎样才能撤消它?
起初我认为这与相反我从git的历史记录中删除了敏感文件,但实际上我不想将文件插入历史记录,而只是从历史记录中删除删除的内容。
Using Chris's answer on another question I could prepend a snapshot-history to my git repository. Since one of the files is not part of my history but only in the snapshots, the first original commit now also contains the deletion of this file. How can I undo that?
At first I thought this was the opposite of How do I remove sensitive files from git’s history, but actually I don't want to insert a file into history but just remove the deletion from history.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我明白了:
编辑不幸的是,这会将所有标签保留在旧时间轴上,请参阅此处
I got it:
edit unfortunately this will leave all tags at the old timeline, see here