til > daily use

Agnes Shin·2022년 3월 6일
0

수정된 remote master 업데이트하기

  1. git checkout master : local에서 master로 checkout한다.
  2. git pull origin master : remote의 수정된 master을 local에 pull한다.
  3. git checkout working-branch : 작업중인 브랜치로 이동한다.
  4. git merge master : 최신화된 local의 master를 작업중인 브랜치에도 반영한다.
  5. conflict 발생 시.....
profile
30기 신윤숙 / FE

0개의 댓글