我已经隐藏了我的更改以执行 git pull,但现在我无法将更改从我的存储中弹出。它看起来像这样:
dave@apollo % git stash pop
sites/all/themes/foobar122/node--pin.tpl.php: needs merge
unable to refresh index
dave@apollo % git stash show
.htaccess | 10 +++++-----
phpinfo.php | 4 +++-
sites/all/modules/ajax_comments/ajax_comments.module | 6 +++---
sites/all/themes/foobar122/node--pin.tpl.php | 14 +++++++-------
4 files changed, 18 insertions(+), 16 deletions(-)
有人可以简单地解释一下我如何在恢复对没有冲突的文件的更改时恢复冲突文件(接受他们的副本)。