local_branch에서 git log 후 commit 번호 복사
git reset --hard
git checkout master
git pull origin master
git checkout local_branch
git merge master
'Git' 카테고리의 다른 글
Git 브랜치 병합 관련 명령어 (0) | 2021.06.28 |
---|---|
git switch (0) | 2021.01.27 |
git reset (0) | 2020.11.14 |
git log (0) | 2020.11.14 |
git diff (0) | 2020.11.14 |