merge file

This commit is contained in:
2025-09-18 12:06:23 +05:30
parent c5a3437b79
commit cb3ba42581
2 changed files with 1 additions and 7 deletions

View File

@ -1,5 +1,2 @@
# the text file
# murali krishnan
#Version Control is a system that records changes to files over time.
Git is the most popular Version Control System
Its distributed, meaning every developer has a full copy of the project history (not just files).
# murali

View File

@ -1,7 +1,4 @@
# bug sheet file added
<<<<<<< HEAD
=======
The git merge command in Git is used to integrate changes from one branch into another.
This process combines the independent lines of development created by git branch and
integrates them into a single, unified branch
>>>>>>> feature/bugSheet