Add more images

This commit is contained in:
Vipinraj01
2025-08-20 15:18:44 +05:30
parent 159ec96b42
commit 6dd4ab1ad7
6 changed files with 38 additions and 12 deletions

View File

@ -1,19 +1,45 @@
<!-- @format --> <!-- @format -->
# Git Version Check # Git Assignment
<p align="center"> ## Git Version Check
<img src="gitversion.png" alt="git version check" width="500"/>
</p>
# Git Status ![git version check](gitversion.png)
<p align="center"> ---
<img src="gitstatus.png" alt="git status" width="500"/>
</p>
# Git Add ## Git Status
<p align="center"> ![git status](gitstatus.png)
<img src="gitversion.png" alt="git add" width="500"/>
</p> ---
## Git Add
![git add](gitadd.png)
---
## Git Log
![git log](gitlog.png)
## Git Log oneline
![alt text](<Screenshot 2025-08-20 145306.png>)
## Git log online graph
![alt text](<Screenshot 2025-08-20 145355.png>)
## Git Diff
![alt text](<Screenshot 2025-08-20 145521.png>)
## Git diff commit1 commit2
### Notes:
1. **Git Version Check** Confirms the installed Git version.
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
gitlog.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB