我最近發現,欄杆或其他一些實體是通過把「< < < < < < < HEAD」所有的地方搞亂我的代碼。這是它的一個例子:的Rails搞亂我的代碼以「<<<<<<< HEAD」
Class ExampleController
def foo
bar = 1
<<<<<<< HEAD
if bar == 1
puts "bar is one"
else
puts "bar is not one"
end
=======
if bar == 2
puts "bar is two"
else
puts "bar is not two"
end
>>>>>>> 17fb60436a4de2e0...
end
end
任何人都知道爲什麼它的行爲是這樣的?
我剛剛抵制強烈的衝動擊中編輯按鈕,並修復合併衝突。 – iblue 2012-08-02 20:00:04
哈哈!一個容易解決的問題;) – 2012-08-02 20:03:49