그럼 hotfix 브랜치도 원격 저장소로 등록해 보겠습니다.

    infoh@DESKTOP MINGW64 /e/gitstudy06 (hotfix)

    $ git push -u origin hotfix hotfix 브랜치 전송

    Total 0 (delta 0), reused 0 (delta 0)

    remote:

    remote: Create a pull request for 'hotfix' on GitHub by visiting:

    remote: https://github.com/jinygit/gitstudy06/pull/new/hotfix

    remote:

    To https://github.com/jinygit/gitstudy06.git

    * [new branch] hotfix -> hotfix 리모트 브랜치 생성

    Branch 'hotfix' set up to track remote branch 'hotfix' from 'origin'.

    정상적으로 hotfix 브랜치가 푸시되었습니다. 깃허브를 보면 새로운 hotfix 리모트 브랜치가 추가된 것을 확인할 수 있습니다.

    ▼ 그림 6-19 푸시된 hotfix 브랜치 확인

    0617.jpg
    브랜치가 2개 존재
    신간 소식 구독하기
    뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.