Updated Git Assignement
This commit is contained in:
@@ -1,3 +1,69 @@
|
||||
- Visited the Git-Training-Hub organization on Git Comorin.
|
||||
- Created a new repository named git-practice-Renejit as per the assignment.
|
||||
- Screenshot attached below.
|
||||
<!-- @format -->
|
||||
|
||||
# Git Assignment
|
||||
|
||||
## Git Version Check
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Git Username
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Git List
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Git Init
|
||||
|
||||

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

|
||||

|
||||

|
||||

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

|
||||
|
||||
---
|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user