diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index ff82de7..75f5ea7 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -2,4 +2,51 @@ ## Git Version Check -![alt text](image.png) +## ![alt text](image.png) + +## Git Status + +![alt text](image-1.png) + +--- + +## Git list + +![alt text](image-2.png) + +--- + +## Git Add + +![alt text](image-3.png) + +--- + +## 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. diff --git a/image-2.png b/image-2.png new file mode 100644 index 0000000..d699c34 Binary files /dev/null and b/image-2.png differ diff --git a/image-3.png b/image-3.png new file mode 100644 index 0000000..7877d21 Binary files /dev/null and b/image-3.png differ diff --git a/image-4.png b/image-4.png new file mode 100644 index 0000000..86c98e8 Binary files /dev/null and b/image-4.png differ