16 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
1a464f2796 push 2025-09-04 12:30:10 +05:30
17bc5d644b added ignore, pull, remote 2025-09-04 12:24:19 +05:30
a9296d92f4 readme file push 2025-09-04 12:15:11 +05:30
676f8d21dc Merge branch 'master' of https://git.comorin.co/Git-Training-Hub/git-practice-NikhilSamuel 2025-09-01 12:07:35 +05:30
a8e18dd5a4 ignore,pull,remote 2025-09-01 11:21:31 +05:30
32ac2ec7b1 Update GIT_ASSIGNMENT.md 2025-09-01 05:46:29 +00:00
4a4fdefe04 Update GIT_ASSIGNMENT.md 2025-08-30 07:45:20 +00:00
f96bd11d93 Update GIT_ASSIGNMENT.md 2025-08-30 07:44:49 +00:00
984c851a7a updating on 23/8 2025-08-23 13:27:32 +05:30
18 changed files with 62 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)

BIN
Branch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
Checkout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -45,3 +45,47 @@
---
## Git Branch
![Git Branch](Branch.png)
---
## Git Clone
![Git clone](clone.png)
---
## Git checkout
![Git checkout](Checkout.png)
---
## Git remote
![Git remote](remote.png)
---
## Git pull
![Git pull](pull.png)
---
## Git ignore
![Git ignore](ignore.png)
---
## Git push
![Git push](push.png)
---

0
READme.md Normal file
View File

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

BIN
clone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 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

BIN
ignore.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
pull.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
push.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
remote.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB