2020_BootCamp_Codestates/IM Tech Blog13 1. IM Prep - Git workflow git flow git clone 해 오면 자동으로 branch 이름은 master 가 됨. git remote -v: remote 등록된 주소가 나옴. remote repository 등록: git remote add + pair(이름) + githubUrl of pair git remote add + upstream(이름) + githubUrl of codestates git pull origin master(branch 이름) git pull pair master git pull upstream master merge : 하나로 합치기. CLI, vi editor esc => :q => 저장 안하고 탈출 esc => :wq => 저장하고 탈출 Git 충돌 해결 : 같은 레파지토리를 받아올 때 발생할.. 2020. 12. 3. 이전 1 2 3 다음