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.
我在一个分支 (SRC) 工作,并且有一堆未提交的更改,我将转移到另一个分支 (DEST)。我在 SRC 并做了“git merge DEST”。之前忘记提交我的更改。看起来好像失去了几天的工作。任何帮助将不胜感激。有什么方法可以恢复我的更改?
您可以通过执行撤消合并的更改
git reset --merge