사용자 도구

사이트 도구


git

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
git [2025/03/31 14:56] rex8312git [2025/06/29 16:07] (현재) – [cherry-picking] rex8312
줄 82: 줄 82:
  
   * https://medium.com/react-native-seoul/git-cherry-pick-%EC%82%AC%EC%9A%A9%EB%B2%95-fe1a3346bd27   * https://medium.com/react-native-seoul/git-cherry-pick-%EC%82%AC%EC%9A%A9%EB%B2%95-fe1a3346bd27
 +
 +===== git submodule =====
 +
 +<code bash>
 +$ git clone --recursive https://github.com/username/repo.git
 +
 +# 클론 후에는 ..
 +$ git submodule update --init --recursive
 +</code>
 +
  
 {{tag>git}} {{tag>git}}
git.txt · 마지막으로 수정됨: 저자 rex8312