실제 자식 저장소의 코드를 수정했습니다. 수정된 코드를 자식 저장소의 원격 저장소로 전송합시다.

    infoh@DESKTOP MINGW64 /e/gitstudy11_child (master)

    $ git push origin master 커밋 전송

    Enumerating objects: 5, done.

    Counting objects: 100% (5/5), done.

    Delta compression using up to 8 threads

    Compressing objects: 100% (2/2), done.

    Writing objects: 100% (3/3), 336 bytes | 168.00 KiB/s, done.

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

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

    a7709f5..8ecc866 master -> master

    이제 자식 저장소의 원격 저장소에도 정보가 갱신되었습니다. 실제 자식의 로컬 저장소와 원격 저장소는 변경된 최신 정보를 가지고 있습니다.

    신간 소식 구독하기
    뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.