Compare commits

...

3 Commits

Author SHA1 Message Date
58e6514679 Viewing Commit 2025-08-20 16:38:35 +05:30
9f6b5d6576 file-commands-reupdate1 2025-08-20 16:26:45 +05:30
c6a2c7a21c file-commands-reupdate 2025-08-20 16:25:11 +05:30
7 changed files with 18 additions and 8 deletions

View File

@ -22,21 +22,29 @@
---
## Git commit
![alt text](image-4.png)
--
## Git Log
---
## ![alt text](image-5.png)
![alt text](image-7.png)
## Git Log (oneline)
---
## ![alt text](image-6.png)
## Git Log (graph)
---
## ![alt text](image-8.png)
## Git Diff
---
## ![alt text](image-9.png)
## 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
image-6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
image-7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
image-8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
image-9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

2
todo.txt Normal file
View File

@ -0,0 +1,2 @@
Modify change.
Modify change.