2024년 6월 17일부터 신규 고객은 Cloud Source Repositories를 사용할 수 없습니다. 이전에 조직에서 Cloud Source Repositories를 사용한 적이 없는 경우 API를 사용 설정할 수 없거나 Cloud Source Repositories를 사용할 수 없습니다. 조직에 연결되지 않은 새 프로젝트는 Cloud Source Repositories API를 사용 설정할 수 없습니다. 2024년 6월 17일 이전에 Cloud Source Repositories를 사용한 조직은 이 변경사항의 영향을 받지 않습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# The Commit Details view\n\nAs your codebase changes, you may find it useful to view specific commits to\nbetter understand what code changes occurred and why those changes were made. To\ndo this in Cloud Source Repositories, use the Commit Details view.\n\nThis view displays detailed information about a specific commit to a repository,\nsuch as:\n\n- Who made the commit.\n- What time the commit was made.\n- What files were changed.\n- What specific changes were made.\n\nComponents of the Commit Details view\n-------------------------------------\n\nThe top left of the Commit Details view displays the hash of the\ncommit and the parent hash. On the right, you can choose to browse\nthe repository or copy the full hash of the commit.\n\nYou can use this information to perform tasks such as copying the full hash of a\ncommit or browsing to the parent commit.\n\nDirectly below this section you can find details such as:\n\n- The commit message description.\n- The author of the commit.\n- The account that submitted the commit (if different from the author).\n- The date of a commit to the repository.\n\nTo learn which files were affected and what was changed, see the\nFiles Changed section.\n\nIn this section you can see the number of files that changed in the commit,\nalong with a list of those files. The right side of this section displays a\ngraphical representation of the changes made to the files:\n\n- Red represents deletions.\n- Blue represents modifications.\n- Green represents additions.\n\nA small bar provides a visual representation of the distribution of these\nchanges within a file. Next to this bar are the specific number of lines\ndeleted, modified, or added."]]