We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 🔥 ✔ 현재 브랜치 => 개인 브랜치 작업 시작 시 먼저 개인 working directory에서
git pull origin dev 으로 dev에 있는 작업 상황 다 받아오기 ~ 작업 진행 ~ 작업 완료 시 평소처럼 add, commit, push 해주고 원격 repo에 저장!
이제 중요한 🌟병합🌟 ✔ 지금부터 브랜치 변경 => dev
git checkout dev (dev 브랜치 지정) git merge 개인 브랜치명 git pull origin dev
git add, commit, push 해주면 끝!
이를 반복~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🔥 GIT MERGE 🔥
✔ 현재 브랜치 => 개인 브랜치
작업 시작 시 먼저 개인 working directory에서
이제 중요한 🌟병합🌟
✔ 지금부터 브랜치 변경 => dev
이를 반복~~
The text was updated successfully, but these errors were encountered: