赞
踩
Hint: You have divergent branches and need to specify how to reconcile them.
Hint: You can do so by running one of the following commands sometime before
Hint: your next pull:
Hint:
Hint: git config pull.rebase false # merge
Hint: git config pull.rebase true # rebase
Hint: git config pull.ff only # fast-forward only
直接reset 回去多一点,然后再pull.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。