Effective June 17, 2024, Cloud Source Repositories isn't available to new customers. If your organization hasn't previously used Cloud Source Repositories, you can't enable the API or use Cloud Source Repositories. New projects not connected to an organization can't enable the Cloud Source Repositories API. Organizations that have used Cloud Source Repositories prior to June 17, 2024 are not affected by this change.
Stay organized with collections
Save and categorize content based on your preferences.
As your codebase changes, you may find it useful to view specific commits to
better understand what code changes occurred and why those changes were made. To
do this in Cloud Source Repositories, use the Commit Details view.
This view displays detailed information about a specific commit to a repository,
such as:
Who made the commit.
What time the commit was made.
What files were changed.
What specific changes were made.
Components of the Commit Details view
The top left of the Commit Details view displays the hash of the
commit and the parent hash. On the right, you can choose to browse
the repository or copy the full hash of the commit.
You can use this information to perform tasks such as copying the full hash of a
commit or browsing to the parent commit.
Directly below this section you can find details such as:
The commit message description.
The author of the commit.
The account that submitted the commit (if different from the author).
The date of a commit to the repository.
To learn which files were affected and what was changed, see the
Files Changed section.
In this section you can see the number of files that changed in the commit,
along with a list of those files. The right side of this section displays a
graphical representation of the changes made to the files:
Red represents deletions.
Blue represents modifications.
Green represents additions.
A small bar provides a visual representation of the distribution of these
changes within a file. Next to this bar are the specific number of lines
deleted, modified, or added.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 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."]]