git
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 | ||
git [2020/10/22 16:40] – rex8312 | git [2025/03/31 14:56] (현재) – rex8312 | ||
---|---|---|---|
줄 7: | 줄 7: | ||
<code bash> | <code bash> | ||
git status | git status | ||
+ | </ | ||
+ | |||
+ | ===== user.name/ | ||
+ | |||
+ | <code bash> | ||
+ | git config --global user.name "Mona Lisa" | ||
+ | git config --global user.email " | ||
</ | </ | ||
줄 58: | 줄 65: | ||
* https:// | * https:// | ||
+ | |||
+ | |||
+ | ===== 특정 commit 제거 ===== | ||
+ | |||
+ | <code bash> | ||
+ | git revert --strategy resolve < | ||
+ | </ | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | ===== cherry-picking ===== | ||
+ | |||
+ | <code bash> | ||
+ | git cherry-pick < | ||
+ | </ | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | {{tag> |
git.1603384826.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)