18P by xguru 2020-11-11 | favorite | 댓글과 토론

오타 자동 교정 $ git config --global help.autocorrect 1
커밋 세기 $ git rev-list --count
Repo 최적화 $ git gc --prune=now --aggressive
추적제외 파일 백업하기 $ git ls-files --others --exclude-standard -z | xargs -0 tar rvf ~/backup-untracked.zip
다른 브랜치 파일 보기 $ git show main:README.md
Git 검색하기 $ git rev-list --all | xargs git grep -F ‘’
.git 폴더 이해하기
ㅤ$ cat .git/HEAD
ㅤ$ cat .git/description