통합
뉴스
블로그
웹문서
동영상
관련성순
최신순
블로그
Git - Undoing things
- We can run git add to
stage
our changes or we can run git checkout to discard them. - git checkout Especially if we use a command like git add
star
,
where
the
star
is a file glob pattern used in Bash
blog.naver.com · 2020.10.11