Last updated 5 years ago
Was this helpful?
git status 필수 옵션
git status -s -uall
-uall: untracked 파일들이 디렉토리 아래에 있을 경우에 디렉토리만 보여주는것이 아닌 모든 파일을 다 보여줌
-s: short 포맷으로 간략하게 보여줌
git pull 필수 옵션:
git config --global pull.rebase true git config --global rebase.autoStash true
깃은 이 책 한권으로 끝난다.
preview 도구를 bat으로 교체하는 등 조금 변경해 사용중.