블로그
- [Git] git merge 가이드 — 기본 개념부터 충돌(Conflict) 해결까지 바로 git merge 입니다. 그리고 그 옆에는 항상 따라오는 친구가 있죠. “Merge conflict 발생…” 이 글에서는: git merge가 정확히 무엇을 하는지 fast-forward / non-fast-forward 차이 충돌이 났을 때 어떻게 해결하는지
- [Git] git merge 가이드 — 기본 개념부터 충돌(Conflict) 해결까지 바로 git merge 입니다. 그리고 그 옆에는 항상 따라오는 친구가 있죠. “Merge conflict 발생…” 이 글에서는: git merge가 정확히 무엇을 하는지 fast-forward / non-fast-forward 차이 충돌이 났을 때 어떻게 해결하는지
- How to fix (would clobber existing tag) Repo는 많은 git repository를 관리하고 개발 워크플로의 일부를 자동화하는데 도움이 됩니다. 그로 인해 git merge conflict, tag issue 등.......
- (xCode) git 허브로 xcode 프로젝트 관리시 충돌 방지 Automatically resolving git merge conflicts in Xcode’s project.pbxproj fileIf you’re like me, you hate It’s an “easy” merge in a sense – you al.......
- Git - The Pull-Merge-Push Workflow we'll need to do a three-way merge *Fast forward merge : default merge method when executing git pull *Three way merge : git pull(retrieve data from the remote repository) -> solve the conflicted code
- [Git]branch 만들기, branch 간의 정보확인, merge, merge 충돌, stash 1. branch 만들기 ・브랜치를 해야하는 상황 기존에 여러가지로 응용될 수 있는 모듈을 개발해 놓은 상태 각각의 클라이언트의 맡게 기존 모듈을 부분적으로 수정해야함 기존 모듈을 더럽히지 않고, 각각의 클라이언트에게 맞는 새로운 소스코드를 브랜치에서 작성 ・git branch : 브랜
