63 lines
1.8 KiB
Markdown
63 lines
1.8 KiB
Markdown
### Repository Creation
|
||
|
||
I created a new repository inside the **Git-Training-Hub** organization on Git Comorin.
|
||
The repository name is `git-practice-muralikrishnan.rajamuni`
|
||
It was created empty (no README, no .gitignore, no license).
|
||
|
||
### Screenshot:
|
||

|
||
|
||
### Step 1: What is Git and Version Control
|
||
Version Control is a system that records changes to files over time.
|
||
Git is the most popular Version Control System (VCS).
|
||
It’s distributed, meaning every developer has a full copy of the project history (not just files).
|
||
|
||
### Step 2: Installing Git & Configuring User Info
|
||

|
||

|
||
|
||
### Step 3: Initializing a Repository
|
||

|
||
|
||
|
||
### step 4: Working Directory, Staging, and Commits:
|
||

|
||

|
||

|
||
|
||
|
||
### Step 5: Viewing Commit Logs & Diffs:
|
||

|
||

|
||

|
||
|
||
### Step 6 : Creating & Switching Branches:
|
||

|
||

|
||
|
||
### Step 7: Cloning a Remote Repository:
|
||

|
||
|
||
### Step 8: Adding & Managing Remotes
|
||

|
||

|
||
|
||
|
||
### Step 9: Pushing
|
||

|
||
|
||
### Step 10: Pull
|
||

|
||
|
||
### Step 11: Ignoring Files with .gitignore:
|
||

|
||
|
||
### Viewing File History
|
||

|
||

|
||
|
||
### Viewing File History with Blame
|
||

|
||

|
||

|