add merge

This commit is contained in:
Vipinraj01
2025-09-18 09:52:16 +05:30
parent 8cced106c8
commit 0ae1931074
2 changed files with 9 additions and 0 deletions

View File

@ -148,6 +148,14 @@
--- ---
## 🕵️ Step 15: Git Merge
🔎 _Tracked who last modified each line of a file using_ `git merge filename`.
![Git blame](merge.png)
---
# ✨ Wrap-Up Notes # ✨ Wrap-Up Notes
1.**Git Version Check** Confirmed installation. 1.**Git Version Check** Confirmed installation.
@ -162,6 +170,7 @@
10.**Git Remote** Checked repository connections. 10.**Git Remote** Checked repository connections.
11.**Git Ignore** Excluded unnecessary files. 11.**Git Ignore** Excluded unnecessary files.
12.**Git File History & Blame** Tracked changes and contributors line by line. 12.**Git File History & Blame** Tracked changes and contributors line by line.
13.**Git Merge** Identifies who last modified each line in the file..
--- ---

BIN
merge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB