Rename the image file

This commit is contained in:
Vipinraj01
2025-08-20 15:24:06 +05:30
parent 6dd4ab1ad7
commit bf33598680
5 changed files with 25 additions and 10 deletions

View File

@@ -4,42 +4,57 @@
## Git Version Check ## Git Version Check
![git version check](gitversion.png) ![Git version check](gitversion.png)
--- ---
## Git Status ## Git Status
![git status](gitstatus.png) ![Git status](gitstatus.png)
--- ---
## Git Add ## Git Add
![git add](gitadd.png) ![Git add](gitadd.png)
--- ---
## Git Log ## Git Log
![git log](gitlog.png) ![Git log](gitlog.png)
## Git Log oneline ---
![alt text](<Screenshot 2025-08-20 145306.png>) ## Git Log (oneline)
## Git log online graph ![Git log oneline](gitoneline.png)
![alt text](<Screenshot 2025-08-20 145355.png>) ---
## Git Log (graph)
![Git log graph](loggraph.png)
---
## Git Diff ## Git Diff
![alt text](<Screenshot 2025-08-20 145521.png>) ![Git diff](gitdiff.png)
## Git diff commit1 commit2 ---
## Git Diff (commit1 vs commit2)
![Git diff between two commits](compare.png)
---
### Notes: ### Notes:
1. **Git Version Check** Confirms the installed Git version. 1. **Git Version Check** Confirms the installed Git version.
2. **Git Status** Shows the current working tree status, including staged/unstaged changes. 2. **Git Status** Shows the current working tree status, including staged/unstaged changes.
3. **Git Add** Adds changes to the staging area, preparing them for commit. 3. **Git Add** Adds changes to the staging area, preparing them for commit.
4. **Git Log** Displays commit history.
5. **Git Log (oneline/graph)** Shows simplified or visual commit history.
6. **Git Diff** Shows changes between commits or working directory states.

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB