我正在两台不同机器上的主分支上工作,并将代码推送到其中一台机器上的远程存储库。
我正在尝试将代码从另一台机器推送到远程仓库,但出现错误
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again. See the
'Note about fast-forwards' section of 'git push --help' for details.
我打算做一个$ git pull
但想知道是否有一种方法可以告诉我自从上次从远程仓库 git pull 或从远程仓库 git push 以来我已经对本地进行了更改的文件将被覆盖。
我对修改文件的完整列表不感兴趣。