Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git merge 방법 #5

Open
rkdls8268 opened this issue Jul 8, 2020 · 0 comments
Open

Git merge 방법 #5

rkdls8268 opened this issue Jul 8, 2020 · 0 comments

Comments

@rkdls8268
Copy link
Contributor

rkdls8268 commented Jul 8, 2020

🔥 GIT MERGE 🔥
✔ 현재 브랜치 => 개인 브랜치
작업 시작 시 먼저 개인 working directory에서

git pull origin dev
으로 dev에 있는 작업 상황 다 받아오기
~ 작업 진행 ~
작업 완료 시 평소처럼 add, commit, push 해주고 원격 repo에 저장!

이제 중요한 🌟병합🌟
✔ 지금부터 브랜치 변경 => dev

git checkout dev (dev 브랜치 지정)
git merge 개인 브랜치명
git pull origin dev

  1. 충돌 없는 경우) 이 경우 push 안해줘도 됨 *auto-merging(아마,, 혹시 걱정되면 push 해주자😋)
  2. 충돌이 일어날 경우) 소스코드 확인하면서 accept 해주고

    git add, commit, push 해주면 끝!

이를 반복~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant