add Viewing File History with log and blame

This commit is contained in:
2025-09-11 10:20:58 +05:30
parent 1cd6aee0ef
commit 8257c78a02
6 changed files with 7 additions and 1 deletions

View File

@ -52,5 +52,11 @@ Its distributed, meaning every developer has a full copy of the project histo
### Step 11: Ignoring Files with .gitignore: ### Step 11: Ignoring Files with .gitignore:
![Repository Creation](.gitignore.png) ![Repository Creation](.gitignore.png)
### Viewing File History
![Repository Creation](gitlog-p.png)
![Repository Creation](gitlog--oneline.png)
### Viewing File History with Blame
![Repository Creation](gitblame.png)
![Repository Creation](gitblame-L.png)
![Repository Creation](gitblame-e.png)

BIN
gitblame-L.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
gitblame-e.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
gitblame.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
gitlog--oneline.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
gitlog-p.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB