Compare commits
2 Commits
404440cd92
...
fcfd1c26e5
Author | SHA1 | Date | |
---|---|---|---|
fcfd1c26e5 | |||
2e1a4a872b |
@ -2,4 +2,51 @@
|
|||||||
|
|
||||||
## Git Version Check
|
## Git Version Check
|
||||||
|
|
||||||

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

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Git list
|
||||||
|
|
||||||
|

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

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Git Log
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Git Log (oneline)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Git Log (graph)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Git Diff
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
BIN
image-1.png
Normal file
BIN
image-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
image-2.png
Normal file
BIN
image-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
image-3.png
Normal file
BIN
image-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
BIN
image-4.png
Normal file
BIN
image-4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user