git add 취소하기

Jmnote (토론 | 기여)님의 2023년 1월 30일 (월) 16:26 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

Undo a git add
git add 취소하기
git add 되돌리기
  • git reset하면 됨
  • 전체를 취소하려면 git reset
  • 하나씩 취소하려면 git reset 파일명
git reset HEAD 파일명


2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}