Update ASSIGNMENT-04-09-2025.md

This commit is contained in:
2025-09-11 06:48:30 +00:00
parent 82e5680200
commit bde0d9f6b9

View File

@ -24,3 +24,4 @@ Part 3: Merging Branches
Git performed a 3-way merge because both master and feature/feature-1 had diverging commits on the same file (example.txt).
What does git log --graph --oneline --all show after the merge?
It shows the branching structure and how the merge happened:
![Screenshot](s1.png)