Viewing Commit
This commit is contained in:
@ -22,21 +22,29 @@
|
||||
|
||||
---
|
||||
|
||||
## Git commit
|
||||
|
||||

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

|
||||
|
||||
## Git Log (oneline)
|
||||
|
||||
---
|
||||
## 
|
||||
|
||||
## Git Log (graph)
|
||||
|
||||
---
|
||||
## 
|
||||
|
||||
## Git Diff
|
||||
|
||||
---
|
||||
## 
|
||||
|
||||
## Git Diff (commit1 vs commit2)
|
||||
|
||||
@ -44,9 +52,9 @@
|
||||
|
||||
### Notes:
|
||||
|
||||
1. **Git Version Check** – Confirms the installed Git version.
|
||||
1. **Git Version Check** – Displays the currently installed Git version on your system.
|
||||
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** – Stages file changes, moving them into the index ready for the next 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.
|
||||
5. **Git Log (oneline/graph)** – Shows simplified commit history.
|
||||
6. **Git Diff** – changes between commits or working directory states.
|
||||
|
BIN
image-5.png
Normal file
BIN
image-5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
image-6.png
Normal file
BIN
image-6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
image-7.png
Normal file
BIN
image-7.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
image-8.png
Normal file
BIN
image-8.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
image-9.png
Normal file
BIN
image-9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user