-
[Git] 원같은 파일 수정후 원격 저장소 Push 할 때 Merge Conflict 발생할 경우 해결하기코딩Coding/GitHub_GitLab관련 2021. 12. 2. 14:15728x90
https://mobicon.tistory.com/162
[Git] 원같은 파일 수정후 원격 저장소 Push 할 때 Merge Conflict 발생할 경우 해결하기
Git clone후에 두명 이상이 작업을 한다. 그리고 같은 파일을 수정하여 Remote 저장소에 Push 할 경우 merge conflict가 발생한다. 이를 해결하기 위한 과정을 알아보자 1) merge conflict 조건 - 한명이 같은 파
mobicon.tistory.com
[Git] 원같은 파일 수정후 원격 저장소 Push 할 때 Merge Conflict 발생할 경우 해결하기
반응형'코딩Coding > GitHub_GitLab관련' 카테고리의 다른 글
Next Level GitHub Profile README (NEW) | How To Create An Amazing Profile ReadMe With GitHub Actions (0) 2021.12.15 Git 사용법 7강-생활코딩 (0) 2021.12.11 깃허브 프로필 꾸미기! (0) 2021.12.11 [git] 커밋 메세지 수정하기 git commit --amend/ git push -u origin +main[나노편집기(Linux파일 편집프로그램) 설명] (0) 2021.12.03 [Git] 원격저장소에 푸시가 안될때 Updates were rejected because a pushed branch tip is behind (0) 2021.12.02 git log --graph --oneline (0) 2021.12.02 cmd에서 Visual Studio 실행 시키기 (0) 2021.11.29 Git 명령어 요약 정리 (Cheat sheet) -명령어 많음 (0) 2021.11.29