Compare commits
11 Commits
feature/de
...
fetures/tr
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bb3edc0f0 | |||
| de8a308ff7 | |||
| c0027ad789 | |||
| afae400903 | |||
| 5796b489dc | |||
| 690ce8df30 | |||
| 6975f9a2a4 | |||
| dd41592d9d | |||
| d17190adaa | |||
| 479c061720 | |||
| dbd3af5881 |
2
.gitignore
vendored
@@ -1 +1 @@
|
|||||||
secert.txt
|
secret.txt
|
||||||
|
|||||||
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,11 +1,4 @@
|
|||||||
Step 1 : Create new empty repository
|
|
||||||
- Visited the Git-Training-Hub organization on Git Comorin
|
|
||||||
- Created a new repository named as git-practice-Solomon
|
|
||||||
- Created with no README, no .gitignore and no license
|
|
||||||
- ![]
|
|
||||||
|
|
||||||
## 1. What is Git and Version Control
|
## 1. What is Git and Version Control
|
||||||
|
|
||||||
Git is a Version Control System (VCS).
|
Git is a Version Control System (VCS).
|
||||||
|
|
||||||
|
|
||||||
@@ -22,31 +15,33 @@ Old version ku back poganum na kashtam.
|
|||||||
Example:
|
Example:
|
||||||
School project / Google Docs → many people editing the same file
|
School project / Google Docs → many people editing the same file
|
||||||
|
|
||||||
## 2. Installing Git & Configuring User Info
|

|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
|
## 2. Installing Git & Configuring User Info
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 3. Initializing a Repository
|
## 3. Initializing a Repository
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
## 4. Working Directory, Staging, and Commits
|
## 4. Working Directory, Staging, and Commits
|
||||||
|

|
||||||

|
|
||||||
|
|
||||||
## 5. Adding & Committing Files
|
## 5. Adding & Committing Files
|
||||||

|

|
||||||
|
|
||||||
## 6. Viewing Commit Logs & Diffs
|
## 6. Viewing Commit Logs & Diffs
|
||||||
|
|
||||||
|

|
||||||

|

|
||||||

|
|
||||||

|

|
||||||

|
|
||||||
|
|
||||||
## 7. Creating & Switching Branches
|
## 7. Creating & Switching Branches
|
||||||

|

|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
## 8. Cloning a Remote Repository
|
## 8. Cloning a Remote Repository
|
||||||

|

|
||||||
@@ -55,3 +50,10 @@ Example:
|
|||||||

|

|
||||||
|
|
||||||
## 10. Pushing & Pulling Changes
|
## 10. Pushing & Pulling Changes
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
## 11. Ignoring Files with .gitignore
|
||||||
|

|
||||||
|

|
||||||
4
example.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Hello World
|
||||||
|
Today Tech Tharsday
|
||||||
|
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 |
BIN
git status before ignore.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
git_branch.png
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 90 KiB |
BIN
git_pull.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
git_push.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
git_switch.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
gitignore.png
Normal file
|
After Width: | Height: | Size: 24 KiB |