Skip to content

Commit d8a6618

Browse files
committed
Added text info for Commit View
1 parent e112f17 commit d8a6618

File tree

1 file changed

+5
-1
lines changed
  • docs/testing-deployment-publishing/branching-collaboration

1 file changed

+5
-1
lines changed

docs/testing-deployment-publishing/branching-collaboration/branching.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,11 @@ To create a commit, follow these steps:
117117

118118
Once the commit is created, you can see the list of all commits under the **Branch History** section. Here, each commit is displayed with a timestamp, the user who made the changes, and a commit message. You can also search and filter through commits by specific users and date range.
119119

120-
To see the commit changes, simply click on the commit.
120+
To see the commit changes, simply click on the commit. You’ll then land on a **Commit View** page where you can:
121+
122+
- **Review Changed Files**: In the left panel, files that have been modified are marked with a gray dot, making it easy to spot which parts of your project have updates.
123+
- **Compare Before and After**: The center pane provides a side-by-side diff of the YAML for each changed file. Lines highlighted in red indicate removed or altered content, while lines in green show newly added or updated content.
124+
- **Monitor Commit Statistics**: At the top of the page, you’ll see a quick summary of how many files were changed and the total lines added (+) or removed (-).
121125

122126
<div style={{
123127
position: 'relative',

0 commit comments

Comments
 (0)