Update ASSIGNMENT-04-09-2025.md
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
Part 1: Viewing File History
|
Part 1: Viewing File History
|
||||||
|
|
||||||

|

|
||||||
@ -22,7 +21,7 @@ git blame → shows commit, author, timestamp per line.
|
|||||||
|
|
||||||
Part 3: Merging Branches
|
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).
|
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?
|
What does git log --graph --oneline --all show after the merge?
|
||||||
It shows the branching structure and how the merge happened:
|
It shows the branching structure and how the merge happened:
|
Reference in New Issue
Block a user