Compare commits
3 Commits
feature/te
...
Nikhil
Author | SHA1 | Date | |
---|---|---|---|
c5f812ee26 | |||
a8e7e4a57b | |||
cc8aec77e6 |
@ -1,36 +0,0 @@
|
||||
## Part 1: Viewing File History
|
||||
|
||||

|
||||

|
||||

|
||||
## How many commits modified this file?
|
||||
7 commits
|
||||
|
||||
## 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?
|
||||
Ajishini, Solomon
|
||||
|
||||
## 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 chages in the file.
|
||||
|
||||
## Part 3: Merging Branches
|
||||
|
||||

|
||||
|
||||
## Did Git perform a fast-forward merge or a 3-way merge?
|
||||
Merge conflict
|
||||
|
||||
## What does git log --graph --oneline --all show after the merge?
|
||||

|
||||
|
@ -3,3 +3,7 @@ Step 1 : Create new empty repository
|
||||
- Created a new repository named as git-practice-Ajishini
|
||||
- Created with no README, no .gitignore and no license
|
||||
- 
|
||||
|
||||
Hi typed by nikhil
|
||||
type 2
|
||||
type 3
|
@ -1,7 +0,0 @@
|
||||
New file created
|
||||
Added to git
|
||||
Commit message
|
||||
check the status
|
||||
Switch to new branch
|
||||
Check log
|
||||
Added new line in the feature/testcase branch
|
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 50 KiB |
BIN
git merge.png
Before Width: | Height: | Size: 52 KiB |
BIN
git_add.png
Before Width: | Height: | Size: 42 KiB |
BIN
git_checkout.png
Before Width: | Height: | Size: 12 KiB |
BIN
git_init.png
Before Width: | Height: | Size: 8.6 KiB |
BIN
git_remote.png
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 24 KiB |
BIN
git_status.png
Before Width: | Height: | Size: 15 KiB |
@ -1 +0,0 @@
|
||||
Create new branch
|