我在git中有以下消息:
# Your branch and 'origin/master' have diverged,
# and have 3 and 8 different commits each, respectively.
# (use "git pull" to merge the remote branch into yours)
我想丢掉3个本地提交,并在原点/主机上拉8个远程提交。
(合并将太困难了,我宁愿在master更新后再次进行3次本地提交。)
我怎样才能做到这一点?