Added images for merge conflicts

This commit is contained in:
2025-09-11 10:14:19 +05:30
parent 9657a1ec1c
commit c87ff0ff92
5 changed files with 19 additions and 0 deletions

View File

@ -52,6 +52,25 @@
![alt text](<fast-forward merge-2.png>) ![alt text](<fast-forward merge-2.png>)
## Merge Conflict
![alt text](<add number in main and training branch.png>)
![alt text](<merge conflict.png>)
![alt text](<merge conflict1.png>)
## Did Git perform a fast-forward merge or a 3-way merge?
Perform fast-forward merge and merge conflict
## What does git log --graph --oneline --all show after the merge? ## What does git log --graph --oneline --all show after the merge?
![alt text](<git log--graph--oneline--all.png>) ![alt text](<git log--graph--oneline--all.png>)
## git log --graph --oneline --all after Merge conflict
![alt text](<git log graph oneline after merge conflict.png>)

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

BIN
merge conflict.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
merge conflict1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB