Development/Git
git add; 수정된 파일만 add하기
오도원공육사
2020. 8. 3. 17:30
반응형
git add -u
git add -u를 하면 수정된 파일만 add하게 된다.
반응형