Rename the image file
@ -4,42 +4,57 @@
|
||||
|
||||
## Git Version Check
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
## Git Status
|
||||
|
||||

|
||||

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

|
||||

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

|
||||

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

|
||||
## Git Log (oneline)
|
||||
|
||||
## Git log online graph
|
||||

|
||||
|
||||

|
||||
---
|
||||
|
||||
## Git Log (graph)
|
||||
|
||||

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

|
||||

|
||||
|
||||
## Git diff commit1 commit2
|
||||
---
|
||||
|
||||
## Git Diff (commit1 vs 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.
|
||||
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.
|
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |