This commit is contained in:
2025-09-01 18:12:46 +05:30
parent b3d5f008a7
commit 34fd60874c

View File

@ -1,4 +1,4 @@
### Step 1: Repository Creation ### Repository Creation
I created a new repository inside the **Git-Training-Hub** organization on Git Comorin. I created a new repository inside the **Git-Training-Hub** organization on Git Comorin.
The repository name is `git-practice-muralikrishnan.rajamuni` The repository name is `git-practice-muralikrishnan.rajamuni`
@ -7,7 +7,7 @@ It was created empty (no README, no .gitignore, no license).
### Screenshot: ### Screenshot:
![Repository Creation](GIT_ASSIGNMENT.png) ![Repository Creation](GIT_ASSIGNMENT.png)
### What is Git and Version Control ### Step 1: What is Git and Version Control
Version Control is a system that records changes to files over time. Version Control is a system that records changes to files over time.
Git is the most popular Version Control System (VCS). Git is the most popular Version Control System (VCS).
Its distributed, meaning every developer has a full copy of the project history (not just files). Its distributed, meaning every developer has a full copy of the project history (not just files).