Add more images
This commit is contained in:
@@ -1,19 +1,45 @@
|
||||
<!-- @format -->
|
||||
|
||||
# Git Version Check
|
||||
# Git Assignment
|
||||
|
||||
<p align="center">
|
||||
<img src="gitversion.png" alt="git version check" width="500"/>
|
||||
</p>
|
||||
## Git Version Check
|
||||
|
||||
# Git Status
|
||||

|
||||
|
||||
<p align="center">
|
||||
<img src="gitstatus.png" alt="git status" width="500"/>
|
||||
</p>
|
||||
---
|
||||
|
||||
# Git Add
|
||||
## Git Status
|
||||
|
||||
<p align="center">
|
||||
<img src="gitversion.png" alt="git add" width="500"/>
|
||||
</p>
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Git Add
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Git Log
|
||||
|
||||

|
||||
|
||||
## Git Log oneline
|
||||
|
||||

|
||||
|
||||
## Git log online graph
|
||||
|
||||

|
||||
|
||||
## Git Diff
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user