통합
뉴스
블로그
웹문서
동영상
관련성순
최신순
블로그
Git - Advance git interaction
commit -a : At first, you might think that git commit dash a is just a shortcut for git add followed
by
Instead, git commit -a is a shortcut to
stage
any changes to tracked files and commit them in one
step
blog.naver.com · 2020.10.08