本地多个分支,remote 、remote tracking、local
checkout了2个不同版本分支,发现最后版本却是相同的,然后pull时报git lock fail,
看来发送了冲突了,删除重新checkout、pull等都不行,
最后解决方法:
- Reset current branchs
- Delete local branches.
- Fetch、checkout
- Pull
解决。
本地多个分支,remote 、remote tracking、local
checkout了2个不同版本分支,发现最后版本却是相同的,然后pull时报git lock fail,
看来发送了冲突了,删除重新checkout、pull等都不行,
最后解决方法:
解决。