Files
git-practice-solomon/GIT_ASSIGNMENT.md
2025-09-01 12:12:22 +05:30

1.2 KiB

Step 1 : Create new empty repository

  • Visited the Git-Training-Hub organization on Git Comorin
  • Created a new repository named as git-practice-Solomon
  • Created with no README, no .gitignore and no license
  • ![]

1. What is Git and Version Control

Git is a Version Control System (VCS).

Tracks changes in files, helping teamwork without conflicts.

Problem it solves: Multiple people edit the same file → overwrite problem.

Old version ku back poganum na kashtam.

Example: School project / Google Docs → many people editing the same file

2. Installing Git & Configuring User Info

alt text alt text

3. Initializing a Repository

alt text

4. Working Directory, Staging, and Commits

alt text

5. Adding & Committing Files

alt text

6. Viewing Commit Logs & Diffs

alt text alt text alt text alt text

7. Creating & Switching Branches

alt text alt text

8. Cloning a Remote Repository

alt text

9. Adding & Managing Remotes

alt text

10. Pushing & Pulling Changes