Compare commits
3 Commits
main
...
fetures/tr
Author | SHA1 | Date | |
---|---|---|---|
6bb3edc0f0 | |||
de8a308ff7 | |||
c0027ad789 |
30
ASSIGNMENT-04-09-2025.md
Normal file
@ -0,0 +1,30 @@
|
||||
## Part 1: Viewing File History
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## How many commits modified this file?
|
||||
3
|
||||
|
||||
## What differences do you see when adding the -p option?
|
||||
Shows detailed changes for each commit in the file.
|
||||
|
||||
## Part 2: Viewing File History with Blame
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Who changed each line of the file?
|
||||
solomon, Murali
|
||||
|
||||
## How does -L help when the file is large?
|
||||
To view the history of specific lines in a file.
|
||||
|
||||
## What extra information does -e provide?
|
||||
To get the email id of the user who made the changes in the file.
|
@ -1,3 +1,4 @@
|
||||
Hello World
|
||||
Today Tech Tharsday
|
||||
Mark my words
|
||||
Mark my words
|
||||
lalaa
|
BIN
git balme 1.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
git balme 2.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
git blame.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
git log example.png
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
git log example2.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
git log example3.png
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
git log online example.png
Normal file
After Width: | Height: | Size: 34 KiB |