github1 [github] branch 만들어서 실전 협업하기 4줄 요약 1. 나의 mac에서: 기존 코드 수정 / 새로운 파일 추가 2. 수정된 부분을 staging 3. staging을 한 부분을 commit -> {local repository}에 저장 4. commit을 한 부분을 push -> {remote repository}에 저장 흐름 // push: 보낼 때 {working directory} -> git add -> {staging area} -> git commit -> {local repository == 나의 mac} -> git push -> {remote repository == github} // pull: 받을 때 {remote repository} -> git pull -> {local repository} -> git branch .. 2023. 5. 3. 이전 1 다음