- terminal 환경에서 vi editor 를 친숙하게 사용하기 위한 목적
- 리눅스마스터1급 2차 대비
- 환경파일
- 카테고리
- 코드
- submodule added exercise_book (2024.10.14 after) - 자바 기술면접대비
- algorithm 알고리즘
- data-structure 자료구조
- shortcuts VI 단축키
- helpful 그 외
- 디렉터리 정리
- CI/CD 구축
- 필수 환경설정 세팅
- exercise_book Submodules add
-
git submodule add repository_url [path]
-
git submodule init
-
git submodule update
-
git submodule upate --init
-
git submodule status
-
git submodule update --remote [submodule name]
서브모듈 삭제 방법
- git rm -f submodule (git latest version)
