ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • git submoudel 명령
    카테고리 없음 2023. 10. 30. 22:39

    * 서브 모듈 만들기
    - git submodule add clone주소 만들어질파일이름
    ex) git submodule add https://github.com/Resource-Predicters/Architecture.git Architecture

    * 서브 모듈 업데이트
    git submodule update --remote
    git add .
    git commit -m "update submodule"
    git push

    댓글

Designed by Tistory.