Added images for the log and blame
@ -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.
|
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 |