7 Commits

Author SHA1 Message Date
80964760ab adding example text file 2025-09-18 09:53:13 +05:30
259b44074d cloning ajishinis repo 2025-09-11 12:14:48 +05:30
75349447b0 example push 2025-09-11 11:41:25 +05:30
42ea7209c9 commit 1 2025-09-11 11:26:45 +05:30
3f56545216 commit 3 2025-09-11 09:50:44 +05:30
55aaa285a4 commit 2 2025-09-11 09:50:06 +05:30
6662867816 commit 1 2025-09-11 09:49:08 +05:30
10 changed files with 26 additions and 0 deletions

12
ASSIGNMENT-04-09-2025.md Normal file
View File

@ -0,0 +1,12 @@
## Part 1: Viewing File History
![git log -- example.txt](example1.png)
![git log -p -- example.txt](example2.png)
![git log --oneline -- example.txt](example3.png)
![blame ](blame.png)
![blame3,5](blame-L.png)
![blame-E](blame-E.png)

View File

@ -80,4 +80,12 @@
![Git ignore](ignore.png)
---
## Git push
![Git push](push.png)
---

BIN
blame-E.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
blame-L.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
blame.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

5
example.txt Normal file
View File

@ -0,0 +1,5 @@
hello tech Thursday
tech Thursday 2
tech Thursday 3
tech Thursday 5
hello 4 missing

BIN
example1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
example2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
example3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

1
git-practice-Ajishini Submodule

Submodule git-practice-Ajishini added at c5f812ee26