사용자 도구

사이트 도구


git

차이

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

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
git [2024/03/23 02:38] – 바깥 편집 127.0.0.1git [2025/06/29 16:07] (현재) – [cherry-picking] rex8312
줄 7: 줄 7:
 <code bash> <code bash>
 git status git status
 +</code>
 +
 +===== user.name/email 설정 =====
 +
 +<code bash>
 +git config --global user.name "Mona Lisa"
 +git config --global user.email "mona@lisa.com"
 </code> </code>
  
줄 75: 줄 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.1711161486.txt.gz · 마지막으로 수정됨: 저자 127.0.0.1