git stash로 저장을 하고 git pull로 head를 초기화 했는데
git stash apply stash@{1} 했는데 오류가 발생합니다....
저 이거 복구 못하면 뛰어내려야 합니다
도와주세요 ㅠㅠ
자동 병합: classes/context/Context.class.php
충돌! (내용): classes/context/Context.class.php에 병합 충돌
충돌! (내용): classes/context/Context.class.php에 병합 충돌
댓글 7
<<<<<<< Updated upstream
<<<<<<< Updated upstream
self::$_instance->request_method = 'JSON';
}
}
// Check XMLRPC
if ($GLOBALS['HTTP_RAW_POST_DATA'] && !$_POST && self::$_instance->request_method !== 'JSON')
{
self::$_instance->request_method = 'XMLRPC';
}
elseif(isset($_POST['_rx_ajax_compat']) && $_POST['_rx_ajax_compat'] === 'XMLRPC')
=======
=======
>>>>>>> Stashed changes
=======
>>>>>>> Stashed changes
$is_json = true;
break;
}
}
// JSON or XMLRPC
if (isset($is_json))
{
self::$_instance->request_method = 'JSON';
}
elseif ($GLOBALS['HTTP_RAW_POST_DATA'] && !$_POST)
<<<<<<< Updated upstream
<<<<<<< Updated upstream
>>>>>>> Stashed changes
=======
>>>>>>> Stashed changes
=======
>>>>>>> Stashed changes
이런 형태로 난장판이 되어 있는데 >>>>>> 또는 <<<<<< 이런 부분을 지우면 될까요?
너무 당황스러워서요.... 필요한 부분만 살린다는 게 어떤 말인가요?