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
index da5bf37..ebcdfdb 100644
da5bf37, ebcdfdb는파일 형식입니다. git show da5bf37 명령어 입력 시 커밋 전 파일 내용을 볼 수 있고 ebcdfdb는 커밋 후의 파일 내용을 볼 수 있습니다.
da5bf37..ebcdfdb는 SHA-1 (여러 암호화 해시 함수 중 하나) 의 짧은 버전입니다. git rev-parse 명령어 사용 시 전체를 볼 수 있습니다.
ex) git rev-parse da5bf37 -> 출력 : da5bf3750d1b5f3c4180ce47c5ee1c1b282f345a
ex) git rev-parse ebcdfdb -> 출력 ebcdfdbea7071ce27057116c02b7a9e7efe09825
The text was updated successfully, but these errors were encountered:
출처: https://stackoverflow.com/questions/19224476/how-does-index-f2e4113-d4b9bfc-100644-in-git-diff-correspond-to-sha1-id-in-gi
Sorry, something went wrong.
No branches or pull requests
index da5bf37..ebcdfdb 100644
da5bf37, ebcdfdb는파일 형식입니다.
git show da5bf37 명령어 입력 시 커밋 전 파일 내용을 볼 수 있고
ebcdfdb는 커밋 후의 파일 내용을 볼 수 있습니다.
da5bf37..ebcdfdb는 SHA-1 (여러 암호화 해시 함수 중 하나) 의 짧은 버전입니다.
git rev-parse 명령어 사용 시 전체를 볼 수 있습니다.
ex) git rev-parse da5bf37
-> 출력 : da5bf3750d1b5f3c4180ce47c5ee1c1b282f345a
ex) git rev-parse ebcdfdb
-> 출력 ebcdfdbea7071ce27057116c02b7a9e7efe09825
The text was updated successfully, but these errors were encountered: