Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

꿈이 현대자동차 RnD 연구소 직원인 자동차 관련 임베디드 개발자

CLion에서 git 사용시 'Merge remote-tracking branch 'origin/master' 현상 해결하기 본문

카테고리 없음

CLion에서 git 사용시 'Merge remote-tracking branch 'origin/master' 현상 해결하기

hyundai-ga-go-pa-yo 2024. 4. 19. 20:07

언젠가는 정리하겠지? 나 자신??

 

 

계기

: CLion을 혼자서 사용하면서 특정 상황에서 'commit and push'를 하면, 거의 다른 사람들에게 'conflict'을 발생시키는 트러블 메이커가 되었다. CLion으로 git을 사용한게 원인인거 같아서, 문제를 해결해보려고 한다. 그래야 계속 UI로 사용해서 편리하게 git을 사용할 수 있을거같기 때문이다. 안되면.. cmd/wsl 창에 'git command'를 직접 사용해야한다..

 

메인 해결방법

참조

https://stackoverflow.com/questions/6406762/why-am-i-merging-remote-tracking-branch-origin-develop-into-develop

 

Why am I merging "remote-tracking branch 'origin/develop' into develop"?

I'm the only one in my organization who's making commits with the following message: Merge remote-tracking branch 'origin/develop' into develop Not sure what I'm doing to cause them, but I'd l...

stackoverflow.com

https://stackoverflow.com/questions/15316601/in-what-cases-could-git-pull-be-harmful