Skip to content
New issue

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가 무엇인지에 대하여 #141

Open
nyryngji opened this issue Oct 19, 2022 · 1 comment
Open

실습 때 index가 무엇인지에 대하여 #141

nyryngji opened this issue Oct 19, 2022 · 1 comment

Comments

@nyryngji
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant