gpt4 book ai didi

git undo 仅更改提交中的某些文件

转载 作者:太空狗 更新时间:2023-10-29 13:41:36 26 4
gpt4 key购买 nike

完成此任务的最佳做法是什么:

我有提交:

A -- B -- C

提交 B 包括:

file1.java
file2.java
icon.png

我想撤消对 file1file2 的更改,但不想撤消对 icon.png 的更改。

最佳答案

您可以暂存提交 B 的还原,然后在提交之前重置图像文件。

# Prepare a revert of B
git revert -n B

# Recover the current version of the image
git checkout HEAD -- icon.png

# Commit the "almost" reversion of B
git commit

关于git undo 仅更改提交中的某些文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10732413/

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