We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git show 해시값
git reflog
git gc –auto
2.두번째 커밋 강제 제거
git reset –hard ea57d7f
git prune –dry-run –verbose
git reflog expire –expire=now –expire-unreachable=now –all
git config rerere.enabled true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
12.1 refs
12.1.2 해시
12.1.4 참조 목록
12.2 reflog
12.3 파일 애너테이션
12.3.1 blame
12.4 replace
12.5 가비지 콜렉트
12.5.1 가비지
12.5.2 압축 관리
12.5.3 실행
12.5.4 refs 압축
12.6 prune
실습
2.두번째 커밋 강제 제거
12.7 rerere (reuse recorded resolution)
12.7.2 활성화
The text was updated successfully, but these errors were encountered: